mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build(deps): bump signal-hook from 0.2.2 to 0.3.2
Manually changed to reflect changes in mutability of signals and rearrangement of constants. Bumps [signal-hook](https://github.com/vorner/signal-hook) from 0.2.2 to 0.3.2. - [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.2.2...v0.3.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
committed by
Rob Bradford
parent
858f64b3dc
commit
73612401a5
+1
-1
@@ -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.2.2"
|
||||
signal-hook = "0.3.2"
|
||||
tempfile = "3.1.0"
|
||||
thiserror = "1.0"
|
||||
url = "2.2.0"
|
||||
|
||||
Reference in New Issue
Block a user