From 254d648bb77aa88e734e2c7f400db6f410f4ff2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 23:10:44 +0000 Subject: [PATCH] build: bump signal-hook from 0.3.11 to 0.3.12 Bumps [signal-hook](https://github.com/vorner/signal-hook) from 0.3.11 to 0.3.12. - [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.11...v0.3.12) --- 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 770944647..cfd6bd41c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -946,9 +946,9 @@ dependencies = [ [[package]] name = "signal-hook" -version = "0.3.11" +version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5a7a75ea6f4a29c7cd5a752ddcfc5453bd5ed97688db68b50698fd3c82f343a" +checksum = "c35dfd12afb7828318348b8c408383cf5071a086c1d4ab1c0f9840ec92dbb922" dependencies = [ "libc", "signal-hook-registry", diff --git a/Cargo.toml b/Cargo.toml index 77dc5c030..60cbff6e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ log = { version = "0.4.14", features = ["std"] } option_parser = { path = "option_parser" } seccompiler = "0.2.0" serde_json = "1.0.72" -signal-hook = "0.3.11" +signal-hook = "0.3.12" thiserror = "1.0.30" vmm = { path = "vmm" } vmm-sys-util = "0.9.0" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index d292a4c48..3bca3f529 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -39,7 +39,7 @@ seccompiler = "0.2.0" serde = { version = "1.0.130", features = ["rc"] } serde_derive = "1.0.130" serde_json = "1.0.72" -signal-hook = "0.3.11" +signal-hook = "0.3.12" thiserror = "1.0.30" uuid = "0.8.2" versionize = "0.1.6"