From 996ddf602b5e93193495cd4b9e7c5c96d19031c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 10:19:23 -0600 Subject: [PATCH] Bump ctrlc from 3.3.0 to 3.3.1 (#31757) Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/Detegr/rust-ctrlc/releases) - [Commits](https://github.com/Detegr/rust-ctrlc/commits) --- updated-dependencies: - dependency-name: ctrlc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 41497f52b..10fbabe99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1264,9 +1264,9 @@ dependencies = [ [[package]] name = "ctrlc" -version = "3.3.0" +version = "3.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04d778600249295e82b6ab12e291ed9029407efee0cfb7baf67157edc65964df" +checksum = "7394a21d012ce5c850497fb774b167d81b99f060025fbf06ee92b9848bd97eb2" dependencies = [ "nix", "windows-sys 0.48.0", diff --git a/Cargo.toml b/Cargo.toml index 34e30e799..291c4c8d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -167,7 +167,7 @@ core_affinity = "0.5.10" criterion-stats = "0.3.0" crossbeam-channel = "0.5.8" csv = "1.2.1" -ctrlc = "3.3.0" +ctrlc = "3.3.1" curve25519-dalek = "3.2.1" dashmap = "4.0.2" derivation-path = { version = "0.2.0", default-features = false }