From 21b0ab106c89df836809082d08f982ac99646f9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 23:10:28 +0000 Subject: [PATCH] build: bump signal-hook from 0.3.11 to 0.3.12 in /fuzz 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: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- fuzz/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 4fe9a911e..e70a1afe9 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -558,9 +558,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",