From a12ec27c3311f5569b3a17629a4818f9cea55513 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 07:15:05 +0000 Subject: [PATCH] build(deps): bump signal-hook from 0.3.7 to 0.3.8 in /fuzz Bumps [signal-hook](https://github.com/vorner/signal-hook) from 0.3.7 to 0.3.8. - [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/commits/v0.3.8) Signed-off-by: dependabot-preview[bot] --- fuzz/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 6b95f7bce..6a2e43d54 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -475,9 +475,9 @@ dependencies = [ [[package]] name = "signal-hook" -version = "0.3.7" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6aa894ef3fade0ee7243422f4fbbd6c2b48e6de767e621d37ef65f2310f53cea" +checksum = "ef33d6d0cd06e0840fba9985aab098c147e67e05cee14d412d3345ed14ff30ac" dependencies = [ "libc", "signal-hook-registry",