build(deps): bump signal-hook from 0.1.12 to 0.1.13

Bumps [signal-hook](https://github.com/vorner/signal-hook) from 0.1.12 to 0.1.13.
- [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.12...v0.1.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-01-26 08:04:23 +00:00
parent 4ff972c329
commit 16af54e583
2 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ vm-allocator = { path = "../vm-allocator" }
vm-device = { path = "../vm-device" }
vm-virtio = { path = "../vm-virtio" }
vmm-sys-util = ">=0.3.1"
signal-hook = "0.1.10"
signal-hook = "0.1.13"
[dependencies.linux-loader]
git = "https://github.com/rust-vmm/linux-loader"