diff options
| author | Renovate Bot <[email protected]> | 2022-01-12 18:49:48 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-01-12 18:49:48 +0000 |
| commit | 06708373956e408e8e36f231f49abd40bcc41d51 (patch) | |
| tree | 66d43a14a0861bf91f09fc4c917d1140a848930e /crates | |
| parent | Merge pull request #127 from Whirlsplash/renovate/actix-web-3.x (diff) | |
| download | whirl-06708373956e408e8e36f231f49abd40bcc41d51.tar.xz whirl-06708373956e408e8e36f231f49abd40bcc41d51.zip | |
fix(deps): update rust crate signal-hook to 0.3.13
Diffstat (limited to 'crates')
| -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 3e2a95c..fe5c2f7 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" |