build(deps): bump ctrlc from 3.4.0 to 3.4.1 (#33131)
Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/Detegr/rust-ctrlc/releases) - [Commits](https://github.com/Detegr/rust-ctrlc/compare/3.4.0...3.4.1) --- updated-dependencies: - dependency-name: ctrlc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
170ad08cc8
commit
bd61ff72aa
|
@ -1454,11 +1454,11 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ctrlc"
|
||||
version = "3.4.0"
|
||||
version = "3.4.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2a011bbe2c35ce9c1f143b7af6f94f29a167beb4cd1d29e6740ce836f723120e"
|
||||
checksum = "82e95fbd621905b854affdc67943b043a0fbb6ed7385fd5a25650d19a8a6cfdf"
|
||||
dependencies = [
|
||||
"nix",
|
||||
"nix 0.27.1",
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
|
@ -3215,6 +3215,17 @@ dependencies = [
|
|||
"pin-utils",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nix"
|
||||
version = "0.27.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
|
||||
dependencies = [
|
||||
"bitflags 2.3.3",
|
||||
"cfg-if 1.0.0",
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nom"
|
||||
version = "7.0.0"
|
||||
|
@ -6085,7 +6096,7 @@ dependencies = [
|
|||
"dirs-next",
|
||||
"indicatif",
|
||||
"lazy_static",
|
||||
"nix",
|
||||
"nix 0.26.4",
|
||||
"reqwest",
|
||||
"scopeguard",
|
||||
"semver 1.0.18",
|
||||
|
@ -6380,7 +6391,7 @@ dependencies = [
|
|||
"clap 3.2.23",
|
||||
"crossbeam-channel",
|
||||
"log",
|
||||
"nix",
|
||||
"nix 0.26.4",
|
||||
"rand 0.8.5",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
|
@ -6417,7 +6428,7 @@ dependencies = [
|
|||
"libc",
|
||||
"log",
|
||||
"matches",
|
||||
"nix",
|
||||
"nix 0.26.4",
|
||||
"rand 0.8.5",
|
||||
"rand_chacha 0.3.1",
|
||||
"rayon",
|
||||
|
@ -7082,7 +7093,7 @@ dependencies = [
|
|||
"itertools",
|
||||
"libc",
|
||||
"log",
|
||||
"nix",
|
||||
"nix 0.26.4",
|
||||
"pem",
|
||||
"percentage",
|
||||
"pkcs8",
|
||||
|
|
|
@ -170,7 +170,7 @@ criterion = "0.5.1"
|
|||
criterion-stats = "0.3.0"
|
||||
crossbeam-channel = "0.5.8"
|
||||
csv = "1.2.2"
|
||||
ctrlc = "3.4.0"
|
||||
ctrlc = "3.4.1"
|
||||
curve25519-dalek = "3.2.1"
|
||||
dashmap = "4.0.2"
|
||||
derivation-path = { version = "0.2.0", default-features = false }
|
||||
|
|
Loading…
Reference in New Issue