From cdbd400ede0fb084adc35c40dea52fe0b1360928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 14:58:53 +0000 Subject: [PATCH] chore(deps): bump ctrlc from 3.4.1 to 3.4.2 (#673) --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3ecf7eb8d..e5b6c20e77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -237,12 +237,12 @@ dependencies = [ [[package]] name = "ctrlc" -version = "3.4.1" +version = "3.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82e95fbd621905b854affdc67943b043a0fbb6ed7385fd5a25650d19a8a6cfdf" +checksum = "b467862cc8610ca6fc9a1532d7777cee0804e678ab45410897b9396495994a0b" dependencies = [ "nix", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 630eacb85f..c1c24832fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ async-trait = "0.1.75" bytes = "1.5.0" clap = { version = "4.4.11", features = ["cargo", "derive"] } console = "0.15.7" -ctrlc = { version = "3.4.1", features = ["termination"] } +ctrlc = { version = "3.4.2", features = ["termination"] } dialoguer = { version = "0.11.0", features = ["fuzzy-select"] } dirs-next = "2.0.0" figment = { version = "0.10.12", features = ["env", "toml"] }