From 981bbbf271f420be115b8f79ae5c8692173fa8ec Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sun, 11 May 2025 09:09:43 +0000 Subject: [PATCH] Update Rust crate ctrlc to 3.4.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index da16bb54..3bd60966 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ reqwest = { version = "0.12", default-features = false, features = ["json", "str clap = { version = "4.5.38", features = ["derive", "unstable-styles", "env"] } tabwriter = { version = "1", features = ["ansi_formatting"] } colored = "2.1" -ctrlc = { version = "3.4.6", features = ["termination"] } +ctrlc = { version = "3.4.7", features = ["termination"] } ztest = { git = "https://github.com/oxidecomputer/falcon", branch = "main" } anstyle = "1.0.10" nom = "7.1"