build: bump signal-hook from 0.3.8 to 0.3.9

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

---
updated-dependencies:
- dependency-name: signal-hook
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-06-02 07:23:14 +00:00
parent dcddfbff91
commit f3d3d8daed
3 changed files with 6 additions and 6 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.24.4" }
serde_json = "1.0.64"
signal-hook = "0.3.8"
signal-hook = "0.3.9"
thiserror = "1.0.25"
vmm = { path = "vmm" }
vmm-sys-util = "0.8.0"