From 3757754c893b93a66510fedf167deb01203a376b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 7 May 2020 08:33:58 -0700 Subject: [PATCH] Bump signal-hook from 0.1.13 to 0.1.14 (#9913) Bumps [signal-hook](https://github.com/vorner/signal-hook) from 0.1.13 to 0.1.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.1.13...v0.1.14) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- validator/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f2ea0ac72..4d3158a58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3683,9 +3683,9 @@ checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" [[package]] name = "signal-hook" -version = "0.1.13" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10b9f3a1686a29f53cfd91ee5e3db3c12313ec02d33765f02c1a9645a1811e2c" +checksum = "7c0893246f276ba1aac4983fb8711dad108e2886fd76bf618a382ab4e30e5bec" dependencies = [ "libc", "signal-hook-registry", diff --git a/validator/Cargo.toml b/validator/Cargo.toml index 4d5c229fd..29dff1584 100644 --- a/validator/Cargo.toml +++ b/validator/Cargo.toml @@ -32,7 +32,7 @@ solana-vote-signer = { path = "../vote-signer", version = "1.2.0" } [target."cfg(unix)".dependencies] libc = "0.2.66" -signal-hook = "0.1.13" +signal-hook = "0.1.14" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]