build(deps): bump signal-hook from 0.2.0 to 0.2.1

Bumps [signal-hook](https://github.com/vorner/signal-hook) from 0.2.0 to 0.2.1.
- [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)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-11-24 20:54:08 +00:00
parent eda39d0469
commit a29f7ffcc7
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1176,9 +1176,9 @@ dependencies = [
[[package]]
name = "signal-hook"
version = "0.2.0"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0773858436514a64f71a805243784199cdd9e40044cfd6e44106598bf9560aaf"
checksum = "cbae917d5719a9884206132a443899e8c9056b48a156233a823417b39f34044f"
dependencies = [
"libc",
"signal-hook-registry",

View File

@ -35,7 +35,7 @@ seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v
serde = {version = ">=1.0.27", features = ["rc"] }
serde_derive = ">=1.0.27"
serde_json = ">=1.0.9"
signal-hook = "0.2.0"
signal-hook = "0.2.1"
tempfile = "3.1.0"
thiserror = "1.0"
url = "2.2.0"