aboutsummaryrefslogtreecommitdiff
path: root/crates
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
commit06708373956e408e8e36f231f49abd40bcc41d51 (patch)
tree66d43a14a0861bf91f09fc4c917d1140a848930e /crates
parentMerge pull request #127 from Whirlsplash/renovate/actix-web-3.x (diff)
downloadwhirl-06708373956e408e8e36f231f49abd40bcc41d51.tar.xz
whirl-06708373956e408e8e36f231f49abd40bcc41d51.zip
fix(deps): update rust crate signal-hook to 0.3.13
Diffstat (limited to 'crates')
-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 3e2a95c..fe5c2f7 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"