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 | 89064d1713bcdfc07dd43d56654f76b0d84df2fb (patch) | |
| tree | 66ecc4acbaff417ac3e1ae66f5f55d034a9bd415 | |
| 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-89064d1713bcdfc07dd43d56654f76b0d84df2fb.tar.xz whirl-89064d1713bcdfc07dd43d56654f76b0d84df2fb.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 13c45eb..53d7ffe 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" |