build(deps): bump signal-hook from 0.3.2 to 0.3.3

Bumps [signal-hook](https://github.com/vorner/signal-hook) from 0.3.2 to 0.3.3.
- [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] 2021-01-10 10:14:51 +00:00
parent 5de4d03238
commit 8ff1142bf4
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1148,9 +1148,9 @@ dependencies = [
[[package]]
name = "signal-hook"
version = "0.3.2"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f12c113f6545af584585f757a384ce4e88e9c935c45ee05e3f09f48a7ce4195"
checksum = "a90334751bc87d07fe48ad9396400bfbd4cf1814a3ea41422adf3204af05a6f0"
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.3.2"
signal-hook = "0.3.3"
tempfile = "3.1.0"
thiserror = "1.0"
url = "2.2.0"