aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-08-31 21:25:22 +0000
committerGitHub <[email protected]>2021-08-31 21:25:22 +0000
commit52e67b8a56725a0cb27d975c0dc257702bcf5dd1 (patch)
treedfe8f803ba8655372636543a929842b973484bed
parentfeat(readme): add sub-moto (diff)
parentfix(deps): update rust crate signal-hook to 0.3.10 (diff)
downloadwhirl-52e67b8a56725a0cb27d975c0dc257702bcf5dd1.tar.xz
whirl-52e67b8a56725a0cb27d975c0dc257702bcf5dd1.zip
Merge pull request #86 from Whirlsplash/renovate/signal-hook-0.x
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 3e6a77b..e5cb547 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"