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] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-07 08:33:58 -07:00 committed by GitHub
parent 754c65c066
commit 3757754c89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"]