aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-01-12 19:01:23 +0000
committerGitHub <[email protected]>2022-01-12 19:01:23 +0000
commit4e77713940ed1301d81b41dc9dec0c5902aad7a8 (patch)
treefb188cefcf73773c5b0410065441470f86355aa2
parentMerge pull request #132 from Whirlsplash/renovate/serde_derive-1.x (diff)
parentfix(deps): update rust crate signal-hook to 0.3.13 (diff)
downloadwhirl-4e77713940ed1301d81b41dc9dec0c5902aad7a8.tar.xz
whirl-4e77713940ed1301d81b41dc9dec0c5902aad7a8.zip
Merge pull request #133 from Whirlsplash/renovate/signal-hook-0.x
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 6822204..78284dd 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"