Skip to content

Commit 9d6a251

Browse files
authored
Pin ctrlc to version 3.1.1 (#1945)
1 parent b40e006 commit 9d6a251

File tree

2 files changed

+26
-12
lines changed

2 files changed

+26
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ atty = "0.2.0"
2323
blake3 = { version = "1.5.0", features = ["rayon", "mmap"] }
2424
camino = "1.0.4"
2525
clap = { version = "2.33.0", features = ["wrap_help"] }
26-
ctrlc = { version = "3.1.1", features = ["termination"] }
26+
ctrlc = { version = "=3.1.1", features = ["termination"] }
2727
derivative = "2.0.0"
2828
dirs = "5.0.1"
2929
dotenvy = "0.15"

0 commit comments

Comments
 (0)