From 4734757f9c7670dad2a5a8bb478edc8080af01e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 21:58:48 +0000 Subject: [PATCH] build(deps): Update Rust crate signal-hook to 0.3.17 --- timer_core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timer_core/Cargo.toml b/timer_core/Cargo.toml index 43963ab..4b4e389 100644 --- a/timer_core/Cargo.toml +++ b/timer_core/Cargo.toml @@ -23,7 +23,7 @@ crossterm = "0.27.0" glob = "0.3.1" regex = "1.10.4" rodio = { version = "0.17.3", features = ["vorbis"]} -signal-hook = "0.3" +signal-hook = "0.3.17" tailcall = "1.0.1" time = { version = "0.3.36", features = ["formatting", "local-offset", "parsing"]} # beep