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

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-12-15 15:37:13 +00:00
parent 3d097eef44
commit add9b13497
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@ -36,7 +36,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.1"
signal-hook = "0.2.2"
tempfile = "3.1.0"
thiserror = "1.0"
url = "2.2.0"