We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a2a9b commit 6b204a3Copy full SHA for 6b204a3
1 file changed
Cargo.toml
@@ -15,7 +15,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
15
[dependencies]
16
chrono = "0.4.44"
17
clap = { version = "4.6.1", features = ["derive", "wrap_help"] }
18
-ctrlc2 = { version = "3.7.3", features = ["async", "termination"] }
+ctrlc2 = { version = "4.0.0", features = ["async", "termination"] }
19
dotenvy = "0.15.7"
20
env_logger = "0.11.10"
21
hickory-proto = "0.26.0"
0 commit comments