Skip to content

Commit ea96e05

Browse files
fix(deps): update rust crate ctrlc to 3.5.1
1 parent 2305ad5 commit ea96e05

File tree

2 files changed

+37
-7
lines changed

2 files changed

+37
-7
lines changed

Cargo.lock

Lines changed: 36 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agent-control/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ thiserror = { workspace = true }
1818
nix = { workspace = true, features = ["signal", "user", "hostname"] }
1919
tracing-subscriber = { workspace = true, features = ["env-filter", "chrono"] }
2020
tracing = { workspace = true, features = ["attributes"] }
21-
ctrlc = { version = "3.5.0", features = ["termination"] }
21+
ctrlc = { version = "3.5.1", features = ["termination"] }
2222
serde_yaml = { workspace = true }
2323
regex = { workspace = true }
2424
futures = { version = "0.3.31" }

0 commit comments

Comments
 (0)