From 2010d031c2f09aee834a9a225447db444579a0b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 15:40:41 +0000 Subject: [PATCH] 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 ++++++++++++++++---- samply/Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e0ed4f7..c698c395 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -434,11 +434,11 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[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", + "nix 0.30.1", "windows-sys 0.59.0", ] @@ -1436,6 +1436,18 @@ dependencies = [ "libc", ] +[[package]] +name = "nix" +version = "0.30.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" +dependencies = [ + "bitflags", + "cfg-if", + "cfg_aliases", + "libc", +] + [[package]] name = "nix-base32" version = "0.2.0" @@ -2183,7 +2195,7 @@ dependencies = [ "memmap2", "memoffset", "mio", - "nix", + "nix 0.29.0", "nix-base32", "num-derive", "num-traits", diff --git a/samply/Cargo.toml b/samply/Cargo.toml index ee371657..24381611 100644 --- a/samply/Cargo.toml +++ b/samply/Cargo.toml @@ -44,7 +44,7 @@ wholesym = { version = "0.8.1", path = "../wholesym", features = ["api"]} platform-dirs = "0.3" rustc-hash = "2" mio = { version = "1", features = ["os-ext", "os-poll"] } -ctrlc = "3.4.4" +ctrlc = "3.4.7" log = "0.4.21" env_logger = "0.11" cfg-if = "1.0.0"