Skip to content

Commit 0125e8f

Browse files
Update signal-hook requirement from 0.3 to 0.4
Updates the requirements on [signal-hook](https://github.com/vorner/signal-hook) to permit the latest version. - [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md) - [Commits](vorner/signal-hook@v0.3.0...v0.4.1) --- updated-dependencies: - dependency-name: signal-hook dependency-version: 0.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 576b470 commit 0125e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async-net = "2.0.0"
4848
blocking = "1"
4949
criterion = { version = "0.7", default-features = false, features = ["cargo_bench_support"] }
5050
getrandom = "0.3"
51-
signal-hook = "0.3"
51+
signal-hook = "0.4"
5252
tempfile = "3"
5353

5454
[target.'cfg(target_os = "linux")'.dev-dependencies]

0 commit comments

Comments
 (0)