From cf65691d6b36bcce2d6004fa0afa4eccda416594 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 15:06:56 +0000 Subject: [PATCH] build(deps): bump ctrlc from 3.4.6 to 3.4.7 Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.4.6 to 3.4.7. - [Release notes](https://github.com/Detegr/rust-ctrlc/releases) - [Commits](https://github.com/Detegr/rust-ctrlc/compare/3.4.6...3.4.7) --- updated-dependencies: - dependency-name: ctrlc dependency-version: 3.4.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++---------------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 652e44b..3a49448 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -567,11 +567,11 @@ dependencies = [ [[package]] name = "ctrlc" -version = "3.4.6" +version = "3.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c" +checksum = "46f93780a459b7d656ef7f071fe699c4d3d2cb201c4b24d085b6ddc505276e73" dependencies = [ - "nix 0.29.0", + "nix", "windows-sys 0.59.0", ] @@ -2183,18 +2183,6 @@ dependencies = [ "tempfile", ] -[[package]] -name = "nix" -version = "0.29.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" -dependencies = [ - "bitflags 2.9.0", - "cfg-if", - "cfg_aliases", - "libc", -] - [[package]] name = "nix" version = "0.30.1" @@ -4491,7 +4479,7 @@ dependencies = [ "futures-core", "futures-lite", "hex", - "nix 0.30.1", + "nix", "ordered-stream", "serde", "serde_repr", diff --git a/Cargo.toml b/Cargo.toml index 95cf697..204ea5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -138,7 +138,7 @@ smithay-client-toolkit = { version = "0.18.1", default-features = false, feature "calloop", ] } universal-config = { version = "0.5.1", default-features = false } -ctrlc = "3.4.6" +ctrlc = "3.4.7" cfg-if = "1.0.0" # cli