build(deps): bump signal-hook from 0.1.14 to 0.1.15

Bumps [signal-hook](https://github.com/vorner/signal-hook) from 0.1.14 to 0.1.15.
- [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.14...v0.1.15)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-11 17:49:36 +00:00 committed by Sebastien Boeuf
parent 308b790cfc
commit 4cd2eccf2f
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1064,9 +1064,9 @@ dependencies = [
[[package]]
name = "signal-hook"
version = "0.1.14"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c0893246f276ba1aac4983fb8711dad108e2886fd76bf618a382ab4e30e5bec"
checksum = "8ff2db2112d6c761e12522c65f7768548bd6e8cd23d2a9dae162520626629bd6"
dependencies = [
"libc",
"signal-hook-registry",

View File

@ -41,7 +41,7 @@ vm-memory = { version = "0.2.0", features = ["backend-mmap", "backend-atomic"] }
vm-migration = { path = "../vm-migration" }
vm-virtio = { path = "../vm-virtio" }
vmm-sys-util = { version = ">=0.5.0", features = ["with-serde"] }
signal-hook = "0.1.14"
signal-hook = "0.1.15"
tempfile = "3.1.0"
[dependencies.linux-loader]