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

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-01-16 10:06:20 +00:00
parent 33d339c406
commit c99d3f70ac
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -1117,9 +1117,9 @@ dependencies = [
[[package]]
name = "signal-hook"
version = "0.3.3"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a90334751bc87d07fe48ad9396400bfbd4cf1814a3ea41422adf3204af05a6f0"
checksum = "780f5e3fe0c66f67197236097d89de1e86216f1f6fdeaf47c442f854ab46c240"
dependencies = [
"libc",
"signal-hook-registry",

View File

@ -23,7 +23,7 @@ log = { version = "0.4.13", features = ["std"] }
option_parser = { path = "option_parser" }
seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v0.22.0" }
serde_json = "1.0.61"
signal-hook = "0.3.3"
signal-hook = "0.3.4"
thiserror = "1.0"
vmm = { path = "vmm" }
vmm-sys-util = "0.7.0"

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.3"
signal-hook = "0.3.4"
tempfile = "3.2.0"
thiserror = "1.0"
url = "2.2.0"