From 48b7f034e040c410efcba061dcca3a8529df7835 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 15:53:31 +0000 Subject: [PATCH] build(deps): bump ctrlc from 3.4.5 to 3.4.6 Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.4.5 to 3.4.6. - [Release notes](https://github.com/Detegr/rust-ctrlc/releases) - [Commits](https://github.com/Detegr/rust-ctrlc/compare/3.4.5...3.4.6) --- updated-dependencies: - dependency-name: ctrlc dependency-version: 3.4.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb5d0f5..8b65f9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -551,9 +551,9 @@ dependencies = [ [[package]] name = "ctrlc" -version = "3.4.5" +version = "3.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3" +checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c" dependencies = [ "nix", "windows-sys 0.59.0", diff --git a/Cargo.toml b/Cargo.toml index f15a02b..c4bfdde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -130,7 +130,7 @@ smithay-client-toolkit = { version = "0.18.1", default-features = false, feature "calloop", ] } universal-config = { version = "0.5.0", default-features = false } -ctrlc = "3.4.5" +ctrlc = "3.4.6" cfg-if = "1.0.0" # cli