Bump ctrlc from 3.3.1 to 3.4.0 (#31878)
Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/Detegr/rust-ctrlc/releases) - [Commits](Detegr/rust-ctrlc@3.3.1...3.4.0) --- updated-dependencies: - dependency-name: ctrlc dependency-type: direct:production update-type: version-update:semver-minor ... Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: illia.bobyr@solana.com
This commit is contained in:
parent
2410b34743
commit
66558fb5c4
|
@ -1309,9 +1309,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ctrlc"
|
name = "ctrlc"
|
||||||
version = "3.3.1"
|
version = "3.4.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7394a21d012ce5c850497fb774b167d81b99f060025fbf06ee92b9848bd97eb2"
|
checksum = "2a011bbe2c35ce9c1f143b7af6f94f29a167beb4cd1d29e6740ce836f723120e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"nix",
|
"nix",
|
||||||
"windows-sys 0.48.0",
|
"windows-sys 0.48.0",
|
||||||
|
|
|
@ -166,7 +166,7 @@ core_affinity = "0.5.10"
|
||||||
criterion-stats = "0.3.0"
|
criterion-stats = "0.3.0"
|
||||||
crossbeam-channel = "0.5.8"
|
crossbeam-channel = "0.5.8"
|
||||||
csv = "1.2.1"
|
csv = "1.2.1"
|
||||||
ctrlc = "3.3.1"
|
ctrlc = "3.4.0"
|
||||||
curve25519-dalek = "3.2.1"
|
curve25519-dalek = "3.2.1"
|
||||||
dashmap = "4.0.2"
|
dashmap = "4.0.2"
|
||||||
derivation-path = { version = "0.2.0", default-features = false }
|
derivation-path = { version = "0.2.0", default-features = false }
|
||||||
|
|
Loading…
Reference in New Issue