diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-01-12 19:01:23 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-12 19:01:23 +0000 |
| commit | 4e77713940ed1301d81b41dc9dec0c5902aad7a8 (patch) | |
| tree | fb188cefcf73773c5b0410065441470f86355aa2 | |
| parent | Merge pull request #132 from Whirlsplash/renovate/serde_derive-1.x (diff) | |
| parent | fix(deps): update rust crate signal-hook to 0.3.13 (diff) | |
| download | whirl-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.toml | 2 |
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" |