From b30a95f69a6edf8fca2a662c5cee5e17494ea453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Aug 2021 23:12:14 +0000 Subject: [PATCH] build: bump signal-hook from 0.3.9 to 0.3.10 Bumps [signal-hook](https://github.com/vorner/signal-hook) from 0.3.9 to 0.3.10. - [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.9...v0.3.10) --- 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 d93256b89..f1dd4010a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -944,9 +944,9 @@ dependencies = [ [[package]] name = "signal-hook" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "470c5a6397076fae0094aaf06a08e6ba6f37acb77d3b1b91ea92b4d6c8650c39" +checksum = "9c98891d737e271a2954825ef19e46bd16bdb98e2746f2eec4f7a4ef7946efd1" dependencies = [ "libc", "signal-hook-registry", diff --git a/Cargo.toml b/Cargo.toml index e0d757a42..97dc71a70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ log = { version = "0.4.14", features = ["std"] } option_parser = { path = "option_parser" } seccompiler = { git = "https://github.com/rust-vmm/seccompiler"} serde_json = "1.0.67" -signal-hook = "0.3.9" +signal-hook = "0.3.10" thiserror = "1.0.28" vmm = { path = "vmm" } vmm-sys-util = "0.8.0" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 833a703f6..cd93bdca1 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -39,7 +39,7 @@ seccompiler = { git = "https://github.com/rust-vmm/seccompiler"} serde = { version = "1.0.130", features = ["rc"] } serde_derive = "1.0.130" serde_json = "1.0.67" -signal-hook = "0.3.9" +signal-hook = "0.3.10" thiserror = "1.0.28" uuid = "0.8.2" versionize = "0.1.6"