From ac5539fdfe82673b91a07159562312e3280860ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 03:07:18 +0000 Subject: [PATCH] Bump ctrlc from 3.5.0 to 3.5.1 Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/Detegr/rust-ctrlc/releases) - [Commits](https://github.com/Detegr/rust-ctrlc/compare/3.5.0...3.5.1) --- updated-dependencies: - dependency-name: ctrlc dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b007575c..f53c8266 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -970,11 +970,11 @@ checksum = "1f791803201ab277ace03903de1594460708d2d54df6053f2d9e82f592b19e3b" [[package]] name = "ctrlc" -version = "3.5.0" +version = "3.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3" +checksum = "73736a89c4aff73035ba2ed2e565061954da00d4970fc9ac25dcc85a2a20d790" dependencies = [ - "dispatch", + "dispatch2", "nix 0.30.1", "windows-sys 0.61.2", ] diff --git a/Cargo.toml b/Cargo.toml index 7df67713..891f15a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ serde_json = { version = "1.0.145", features = ["preserve_order"] } rodio = { version = "0.21.1", default-features = false, features = ["mp3", "playback"] } dns-lookup = "3.0.1" toml = "0.9.8" -ctrlc = { version = "3.5.0", features = ["termination"] } +ctrlc = { version = "3.5.1", features = ["termination"] } rfd = "0.15.4" phf = "0.13.1" phf_shared = "0.13.1"