aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-08-31 07:50:22 +0000
committerRenovate Bot <[email protected]>2021-08-31 07:50:22 +0000
commit92c5b24acb59f8a978e35aed7f7bdcca236b49e5 (patch)
tree961d3801e4427d02138ce421c1f9963eed80a9fd
parentfeat(readme): add sub-moto (diff)
downloadwhirl-92c5b24acb59f8a978e35aed7f7bdcca236b49e5.tar.xz
whirl-92c5b24acb59f8a978e35aed7f7bdcca236b49e5.zip
fix(deps): update rust crate signal-hook to 0.3.10
-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 4be374e..6dc3104 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.9"
+signal-hook = "0.3.10"