build(deps): bump signal-hook from 0.3.7 to 0.3.8

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2021-04-03 14:25:41 +00:00
parent a9a475c058
commit 78f9d2cc85
3 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ log = { version = "0.4.14", features = ["std"] }
option_parser = { path = "option_parser" }
seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v0.22.0" }
serde_json = "1.0.64"
signal-hook = "0.3.7"
signal-hook = "0.3.8"
thiserror = "1.0.24"
vmm = { path = "vmm" }
vmm-sys-util = "0.8.0"