diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-08-31 21:25:22 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-31 21:25:22 +0000 |
| commit | 9dacba192a9269239353f6feeb7fe41fb5112fac (patch) | |
| tree | 961d3801e4427d02138ce421c1f9963eed80a9fd | |
| parent | feat(readme): add sub-moto (diff) | |
| parent | fix(deps): update rust crate signal-hook to 0.3.10 (diff) | |
| download | whirl-9dacba192a9269239353f6feeb7fe41fb5112fac.tar.xz whirl-9dacba192a9269239353f6feeb7fe41fb5112fac.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.toml | 2 |
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" |