From 2bdc85ee39d69b7fca0f89397f62daa44def708c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 04:16:58 +0000 Subject: [PATCH] Update ctrlc2 requirement from 3.7.3 to 4.0.0 Updates the requirements on [ctrlc2](https://github.com/ssrlive/ctrlc2) to permit the latest version. - [Commits](https://github.com/ssrlive/ctrlc2/commits) --- updated-dependencies: - dependency-name: ctrlc2 dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9088b36..3482045 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ tokio = { version = "1.52.1", default-features = false, features = [ [dev-dependencies] clap = { version = "4.6.1", features = ["derive"] } -ctrlc2 = { version = "3.7.3", features = ["async", "termination"] } +ctrlc2 = { version = "4.0.0", features = ["async", "termination"] } dotenvy = "0.15.7" env_logger = "0.11.10" hickory-proto = "0.26.0"