mirror of
https://github.com/uutils/coreutils
synced 2024-11-14 00:47:11 +00:00
chore(deps): update rust crate ctrlc to 3.3
This commit is contained in:
parent
4f89d860b7
commit
b1cfa22455
2 changed files with 4 additions and 4 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -707,12 +707,12 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ctrlc"
|
||||
version = "3.2.5"
|
||||
version = "3.3.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bbcf33c2a618cbe41ee43ae6e9f2e48368cd9f9db2896f10167d8d762679f639"
|
||||
checksum = "7394a21d012ce5c850497fb774b167d81b99f060025fbf06ee92b9848bd97eb2"
|
||||
dependencies = [
|
||||
"nix",
|
||||
"windows-sys 0.45.0",
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -275,7 +275,7 @@ clap_mangen = "0.2"
|
|||
compare = "0.1.0"
|
||||
coz = { version = "0.1.3" }
|
||||
crossterm = ">=0.26.1"
|
||||
ctrlc = { version = "3.2", features = ["termination"] }
|
||||
ctrlc = { version = "3.3", features = ["termination"] }
|
||||
exacl = "0.10.0"
|
||||
file_diff = "1.0.0"
|
||||
filetime = "0.2"
|
||||
|
|
Loading…
Reference in a new issue