Skip to content

Commit 3064b2c

Browse files
Update Rust crate ctrlc to 3.4.7 (#489)
1 parent 3cb7838 commit 3064b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ reqwest = { version = "0.12", default-features = false, features = ["json", "str
6565
clap = { version = "4.5.38", features = ["derive", "unstable-styles", "env"] }
6666
tabwriter = { version = "1", features = ["ansi_formatting"] }
6767
colored = "2.1"
68-
ctrlc = { version = "3.4.6", features = ["termination"] }
68+
ctrlc = { version = "3.4.7", features = ["termination"] }
6969
ztest = { git = "https://github.com/oxidecomputer/falcon", branch = "main" }
7070
anstyle = "1.0.10"
7171
nom = "7.1"

0 commit comments

Comments
 (0)