We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb7838 commit 3064b2cCopy full SHA for 3064b2c
Cargo.toml
@@ -65,7 +65,7 @@ reqwest = { version = "0.12", default-features = false, features = ["json", "str
65
clap = { version = "4.5.38", features = ["derive", "unstable-styles", "env"] }
66
tabwriter = { version = "1", features = ["ansi_formatting"] }
67
colored = "2.1"
68
-ctrlc = { version = "3.4.6", features = ["termination"] }
+ctrlc = { version = "3.4.7", features = ["termination"] }
69
ztest = { git = "https://github.com/oxidecomputer/falcon", branch = "main" }
70
anstyle = "1.0.10"
71
nom = "7.1"
0 commit comments