From 58966e952d89e97f10a9e181b6f42b010a0f9d49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 02:54:07 +0000 Subject: [PATCH] build: bump signal-hook from 0.3.13 to 0.3.14 Bumps [signal-hook](https://github.com/vorner/signal-hook) from 0.3.13 to 0.3.14. - [Release notes](https://github.com/vorner/signal-hook/releases) - [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md) - [Commits](https://github.com/vorner/signal-hook/compare/v0.3.13...v0.3.14) --- updated-dependencies: - dependency-name: signal-hook dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- vmm/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ae00f434..2f632b370 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -930,9 +930,9 @@ dependencies = [ [[package]] name = "signal-hook" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d" +checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d" dependencies = [ "libc", "signal-hook-registry", diff --git a/Cargo.toml b/Cargo.toml index 3802c0425..aabad8780 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ log = { version = "0.4.17", features = ["std"] } option_parser = { path = "option_parser" } seccompiler = "0.2.0" serde_json = "1.0.81" -signal-hook = "0.3.13" +signal-hook = "0.3.14" thiserror = "1.0.31" vmm = { path = "vmm" } vmm-sys-util = "0.9.0" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 7be53882a..74148b89e 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -41,7 +41,7 @@ seccompiler = "0.2.0" serde = { version = "1.0.137", features = ["rc"] } serde_derive = "1.0.137" serde_json = "1.0.81" -signal-hook = "0.3.13" +signal-hook = "0.3.14" thiserror = "1.0.31" uuid = "1.0.0" versionize = "0.1.6"