From 6952936eac41f783875ccf27d3789525bd35449e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 21:35:38 +0000 Subject: [PATCH] build(deps): bump the cargo group with 4 updates Bumps the cargo group with 4 updates: [cc](https://github.com/rust-lang/cc-rs), [clap](https://github.com/clap-rs/clap), [clap_complete](https://github.com/clap-rs/clap) and [ctrlc](https://github.com/Detegr/rust-ctrlc). Updates `cc` from 1.2.55 to 1.2.56 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.55...cc-v1.2.56) Updates `clap` from 4.5.57 to 4.5.58 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.57...clap_complete-v4.5.58) Updates `clap_complete` from 4.5.65 to 4.5.66 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.65...clap_complete-v4.5.66) Updates `ctrlc` from 3.5.1 to 3.5.2 - [Release notes](https://github.com/Detegr/rust-ctrlc/releases) - [Commits](https://github.com/Detegr/rust-ctrlc/compare/3.5.1...3.5.2) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.56 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap dependency-version: 4.5.58 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap_complete dependency-version: 4.5.66 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: ctrlc dependency-version: 3.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | Bin 74121 -> 74121 bytes Cargo.toml | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20350cbd4ede174f63b5df2eba446e14c58ecc1e..6963bff28351087a9da4f1a7afc3a006e8d6834c 100644 GIT binary patch delta 546 zcmW-eKZ@2t42D5g3oREu|6*ZbVKqr+GLu4oHWq@#hvET}nFJ4@huA_8<^ZCNppE)f zVkLV4web$#L2!2Kg!g^&ZlelFU~FT{Bd_Tzg~ZK7Pi#@f|_k;88KK!b;-41^`en21%_nJO74OJ7^bNzGn6#~ zKO>tTZ}|C@y_TwEt6yNzWiK2;Tp)uEMddC~v@v4Osj0D9wlY$#R3Xv)_4?|3d+XBS z`^|e7=F9ufA812#Ew+Lsg^Zj6OaXfuo%(W?f^x&o((*7Um2|*Lf{dxrge%t$Z*J3W zzQ4TRmL3Q-RL`Y>Xy8bdV5|((aHzO$HUou1O_6wL%U#GtIRT%);6?ef&EHR+ZivNe q53kE_GOcT;E#G4p%5t~#XQYC;sz-NNjLReNLT+4)4?kah`}7}Ph^3|g delta 561 zcmXAmt8Udn5QlT14Guy|&k2{1fJ8L2bJ?9SJs{Augy3f{6J7v=L)MY}MNuTxAle*7 zkbMChFMz`F25f>EGn1M5ec##j-r4ou<;#PWEO+m`dd{U{b}(Td#2#Q(AfOM-EE;Y? z*&I3-?TVB;g%K!LOjbMEa&_}?_vhg0{;Dj0@0}d0*>IkPqRv6_EL}#8Jg6hGHVLn2 zDG0zjcma+&662Wn)AHiOdbzs)W-j~q_GDWVHmzA9*<6IKl)0x|mFL@#YHqV1<{nw= z7+I*!5S@`_An9`Yd$W9d(Edl=GC}3uu*x9KNm=_SmT?lOqc;m8##XvZD&&cWyL1Tc zEvXM#(%E|X^61v?$HQkg_Ti`;l}YeqOCxiI)_}?8!#yxO7oB<3JT=KKXwe}Tx0ED` zVu=(HlSd_7p4{H-K0T)OdEKl|kEu|0wKi2mAt0%aqvMb)kS7N24%3Deh-ThUdTT0< zj?jypUmUL1yLa+yyIg#Jy)7(AK~6HJiRxNBbt_5)K7t|g#7My2inY`LrWtOg(;HK- KyPxmBfBgrr8KFl2 diff --git a/Cargo.toml b/Cargo.toml index 63c02c736..ab15c02f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,8 +107,8 @@ ansi_colours = "1.2.3" anstyle = "1.0.13" anyhow = "1.0.101" bstr = "1.12.0" -cc = "1.2.54" -clap = { version = "4.5.57", features = [ +cc = "1.2.56" +clap = { version = "4.5.58", features = [ "cargo", "derive", "env", @@ -116,11 +116,11 @@ clap = { version = "4.5.57", features = [ "string", "unstable-styles", ] } -clap_complete = "4.5.65" +clap_complete = "4.5.66" clap_complete_nushell = "4.5.10" crc32fast = "1.5.0" ctor = "0.2.9" -ctrlc = { version = "3.5.0", features = ["termination"] } +ctrlc = { version = "3.5.2", features = ["termination"] } dialoguer = { version = "0.11.0", features = ["fuzzy-select"] } etcetera = "0.11.0" fs4 = "0.12.0"