chore(deps): bump ctrlc from 3.2.5 to 3.3.1

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

---
updated-dependencies:
- dependency-name: ctrlc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-05-29 14:58:00 +00:00
committed by جاد
parent c37ba42825
commit 1a2be3bc02

6
Cargo.lock generated
View File

@@ -244,12 +244,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]]