From 794706fa86f96d3898151014dc1de378e10c55fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 07:16:03 +0000 Subject: [PATCH] chore(deps): update rust crate ctrlc to v3.4.7 --- Cargo.lock | 64 ++++++++++++++++++++++++++++++++---------------------- 1 file changed, 38 insertions(+), 26 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1321ffa7a8..1cc7eadf78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -473,7 +473,7 @@ dependencies = [ "glob", "hex-literal", "libc", - "nix", + "nix 0.29.0", "num-prime", "phf", "phf_codegen", @@ -766,11 +766,11 @@ checksum = "4f211af61d8efdd104f96e57adf5e426ba1bc3ed7a4ead616e15e5881fd79c4d" [[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", ] @@ -933,7 +933,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -1330,7 +1330,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -1482,6 +1482,18 @@ dependencies = [ "libc", ] +[[package]] +name = "nix" +version = "0.30.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" +dependencies = [ + "bitflags 2.9.0", + "cfg-if", + "cfg_aliases", + "libc", +] + [[package]] name = "nom" version = "7.1.3" @@ -2074,7 +2086,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.4.15", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -2087,7 +2099,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.9.4", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -2331,7 +2343,7 @@ dependencies = [ "getrandom 0.3.1", "once_cell", "rustix 1.0.1", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -2594,7 +2606,7 @@ version = "0.0.30" dependencies = [ "clap", "memchr", - "nix", + "nix 0.29.0", "thiserror 2.0.12", "uucore", ] @@ -2719,7 +2731,7 @@ dependencies = [ "clap", "gcd", "libc", - "nix", + "nix 0.29.0", "signal-hook", "thiserror 2.0.12", "uucore", @@ -2786,7 +2798,7 @@ name = "uu_env" version = "0.0.30" dependencies = [ "clap", - "nix", + "nix 0.29.0", "rust-ini", "thiserror 2.0.12", "uucore", @@ -2939,7 +2951,7 @@ name = "uu_kill" version = "0.0.30" dependencies = [ "clap", - "nix", + "nix 0.29.0", "uucore", ] @@ -3030,7 +3042,7 @@ version = "0.0.30" dependencies = [ "clap", "crossterm", - "nix", + "nix 0.29.0", "tempfile", "unicode-segmentation", "unicode-width 0.2.0", @@ -3056,7 +3068,7 @@ version = "0.0.30" dependencies = [ "clap", "libc", - "nix", + "nix 0.29.0", "uucore", ] @@ -3275,7 +3287,7 @@ dependencies = [ "fnv", "itertools 0.14.0", "memchr", - "nix", + "nix 0.29.0", "rand 0.9.1", "rayon", "self_cell", @@ -3328,7 +3340,7 @@ name = "uu_stty" version = "0.0.30" dependencies = [ "clap", - "nix", + "nix 0.29.0", "uucore", ] @@ -3346,7 +3358,7 @@ version = "0.0.30" dependencies = [ "clap", "libc", - "nix", + "nix 0.29.0", "uucore", "windows-sys 0.59.0", ] @@ -3383,7 +3395,7 @@ name = "uu_tee" version = "0.0.30" dependencies = [ "clap", - "nix", + "nix 0.29.0", "uucore", ] @@ -3402,7 +3414,7 @@ version = "0.0.30" dependencies = [ "clap", "libc", - "nix", + "nix 0.29.0", "uucore", ] @@ -3458,7 +3470,7 @@ name = "uu_tty" version = "0.0.30" dependencies = [ "clap", - "nix", + "nix 0.29.0", "uucore", ] @@ -3533,7 +3545,7 @@ dependencies = [ "bytecount", "clap", "libc", - "nix", + "nix 0.29.0", "thiserror 2.0.12", "unicode-width 0.2.0", "uucore", @@ -3562,7 +3574,7 @@ version = "0.0.30" dependencies = [ "clap", "itertools 0.14.0", - "nix", + "nix 0.29.0", "uucore", ] @@ -3589,7 +3601,7 @@ dependencies = [ "libc", "md-5", "memchr", - "nix", + "nix 0.29.0", "num-traits", "number_prefix", "os_display", @@ -3638,7 +3650,7 @@ dependencies = [ "ctor", "glob", "libc", - "nix", + "nix 0.29.0", "pretty_assertions", "rand 0.9.1", "regex", @@ -3794,7 +3806,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]]