From 8baa5a3a9fcc24fe9c2532a87ec85dac7605df67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 10:20:33 +0000 Subject: [PATCH] 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](https://github.com/vorner/signal-hook/compare/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] --- cursive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cursive/Cargo.toml b/cursive/Cargo.toml index 49546382..49c59f01 100644 --- a/cursive/Cargo.toml +++ b/cursive/Cargo.toml @@ -73,7 +73,7 @@ toml = ["cursive_core/toml"] # Allows parsing themes from toml. name = "cursive" [target.'cfg(unix)'.dependencies] -signal-hook = "0.3" +signal-hook = "0.4" [[example]] name = "theme"