aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-01-12 18:49:48 +0000
committerRenovate Bot <[email protected]>2022-01-12 18:49:48 +0000
commitc229aed64b5f97e74386df26cfd75bbea34dd495 (patch)
tree6be69fb3a810af169d22a5adaf67095bdcf7aa9e
parentMerge pull request #127 from Whirlsplash/renovate/actix-web-3.x (diff)
downloadarchived-whirl-c229aed64b5f97e74386df26cfd75bbea34dd495.tar.xz
archived-whirl-c229aed64b5f97e74386df26cfd75bbea34dd495.zip
fix(deps): update rust crate signal-hook to 0.3.13
-rw-r--r--crates/whirl/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml
index 79ad36f..90f6963 100644
--- a/crates/whirl/Cargo.toml
+++ b/crates/whirl/Cargo.toml
@@ -65,4 +65,4 @@ mimalloc = { version = "0.1.26", default-features = false }
jemallocator = "0.3.2"
# Signal
-signal-hook = "0.3.10"
+signal-hook = "0.3.13"