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 | c229aed64b5f97e74386df26cfd75bbea34dd495 (patch) | |
| tree | 6be69fb3a810af169d22a5adaf67095bdcf7aa9e | |
| parent | Merge pull request #127 from Whirlsplash/renovate/actix-web-3.x (diff) | |
| download | archived-whirl-c229aed64b5f97e74386df26cfd75bbea34dd495.tar.xz archived-whirl-c229aed64b5f97e74386df26cfd75bbea34dd495.zip | |
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 79ad36f..90f6963 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" |