Skip to content

Commit 6b204a3

Browse files
Update ctrlc2 requirement from 3.7.3 to 4.0.0 (#20)
1 parent 78a2a9b commit 6b204a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
1515
[dependencies]
1616
chrono = "0.4.44"
1717
clap = { version = "4.6.1", features = ["derive", "wrap_help"] }
18-
ctrlc2 = { version = "3.7.3", features = ["async", "termination"] }
18+
ctrlc2 = { version = "4.0.0", features = ["async", "termination"] }
1919
dotenvy = "0.15.7"
2020
env_logger = "0.11.10"
2121
hickory-proto = "0.26.0"

0 commit comments

Comments
 (0)