Bump ctrlc from 3.3.1 to 3.4.0 (#9413)

This commit is contained in:
dependabot[bot] 2023-06-12 14:52:21 +00:00 committed by GitHub
parent 439fe973c4
commit 042f1dff01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -946,9 +946,9 @@ dependencies = [
[[package]]
name = "ctrlc"
version = "3.3.1"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7394a21d012ce5c850497fb774b167d81b99f060025fbf06ee92b9848bd97eb2"
checksum = "2a011bbe2c35ce9c1f143b7af6f94f29a167beb4cd1d29e6740ce836f723120e"
dependencies = [
"nix",
"windows-sys 0.48.0",

View file

@ -66,7 +66,7 @@ nu-ansi-term = "0.47.0"
reedline = { version = "0.20.0", features = ["bashisms", "sqlite"]}
crossterm = "0.26"
ctrlc = "3.2"
ctrlc = "3.4"
log = "0.4"
miette = { version = "5.9", features = ["fancy-no-backtrace"] }
serde_json = "1.0"