diff options
| author | Renovate Bot <[email protected]> | 2021-08-31 07:50:22 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-08-31 07:50:22 +0000 |
| commit | c43fdabd9f9e4d44c1a50b98c71f63aa475fd79c (patch) | |
| tree | dfe8f803ba8655372636543a929842b973484bed | |
| parent | feat(readme): add sub-moto (diff) | |
| download | whirl-c43fdabd9f9e4d44c1a50b98c71f63aa475fd79c.tar.xz whirl-c43fdabd9f9e4d44c1a50b98c71f63aa475fd79c.zip | |
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 3e6a77b..e5cb547 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" |