From a554931127c7628c83580e8500c6f866361dd356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 08:43:22 +0800 Subject: [PATCH] Update ctrlc2 requirement from 3.7.3 to 4.0.0 (#250) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cece598..6b8bb24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ async-trait = "0.1.89" base64easy = "0.1.7" chrono = "0.4.44" clap = { version = "4.6.1", features = ["derive", "wrap_help", "color"] } -ctrlc2 = { version = "3.7.3", features = ["async", "termination"] } +ctrlc2 = { version = "4.0.0", features = ["async", "termination"] } digest_auth = "0.3.1" dotenvy = "0.15.7" env_logger = "0.11.10"