build(deps): bump ctrlc from 3.4.2 to 3.4.4 (#672)

Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.4.2 to 3.4.4.
- [Release notes](https://github.com/Detegr/rust-ctrlc/releases)
- [Commits](https://github.com/Detegr/rust-ctrlc/compare/3.4.2...3.4.4)

---
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:
dependabot[bot] 2024-04-10 00:49:25 +08:00 committed by GitHub
parent eacdb2b9db
commit 4bbd535b08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

11
Cargo.lock generated
View File

@ -1706,11 +1706,11 @@ dependencies = [
[[package]] [[package]]
name = "ctrlc" name = "ctrlc"
version = "3.4.2" version = "3.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b467862cc8610ca6fc9a1532d7777cee0804e678ab45410897b9396495994a0b" checksum = "672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345"
dependencies = [ dependencies = [
"nix 0.27.1", "nix 0.28.0",
"windows-sys 0.52.0", "windows-sys 0.52.0",
] ]
@ -3509,12 +3509,13 @@ dependencies = [
[[package]] [[package]]
name = "nix" name = "nix"
version = "0.27.1" version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
dependencies = [ dependencies = [
"bitflags 2.4.2", "bitflags 2.4.2",
"cfg-if 1.0.0", "cfg-if 1.0.0",
"cfg_aliases",
"libc", "libc",
] ]

View File

@ -185,7 +185,7 @@ criterion = "0.5.1"
criterion-stats = "0.3.0" criterion-stats = "0.3.0"
crossbeam-channel = "0.5.12" crossbeam-channel = "0.5.12"
csv = "1.3.0" csv = "1.3.0"
ctrlc = "3.4.2" ctrlc = "3.4.4"
curve25519-dalek = "3.2.1" curve25519-dalek = "3.2.1"
dashmap = "5.5.3" dashmap = "5.5.3"
derivation-path = { version = "0.2.0", default-features = false } derivation-path = { version = "0.2.0", default-features = false }