Skip to content

Commit ef2f747

Browse files
chore(deps): update signal-hook requirement from 0.3.17 to 0.4.1 (#101)
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.17...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9729bc4 commit ef2f747

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
@@ -65,7 +65,7 @@ ajj = { version = "0.4.1", features = ["axum", "ws", "ipc"] }
6565
axum = "0.8.1"
6666
eyre = "0.6.12"
6767
serial_test = "3.2.0"
68-
signal-hook = "0.3.17"
68+
signal-hook = "0.4.1"
6969
tokio = { version = "1.43.0", features = ["macros"] }
7070

7171
[features]

0 commit comments

Comments
 (0)