chore(deps): update rust crate ctrlc to 3.3

This commit is contained in:
renovate[bot] 2023-05-30 10:01:25 +00:00 committed by GitHub
parent 4f89d860b7
commit b1cfa22455
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -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]]

View file

@ -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"