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

Bumps [signal-hook](https://github.com/vorner/signal-hook) from 0.2.0 to 0.2.1.
- [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]
2020-11-24 20:54:08 +00:00
parent eda39d0469
commit a29f7ffcc7
2 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,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.0"
signal-hook = "0.2.1"
tempfile = "3.1.0"
thiserror = "1.0"
url = "2.2.0"