From 79a5e6a671a59e57bbcee86d30d54577b96501bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 05:02:51 +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 [glob](https://github.com/rust-lang/glob). Updates `cc` from 1.2.31 to 1.2.32 - [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.31...cc-v1.2.32) Updates `clap` from 4.5.42 to 4.5.44 - [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.42...clap_complete-v4.5.44) Updates `clap_complete` from 4.5.55 to 4.5.57 - [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.55...clap_complete-v4.5.57) Updates `glob` from 0.3.2 to 0.3.3 - [Release notes](https://github.com/rust-lang/glob/releases) - [Changelog](https://github.com/rust-lang/glob/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/glob/compare/v0.3.2...v0.3.3) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap dependency-version: 4.5.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap_complete dependency-version: 4.5.57 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: glob dependency-version: 0.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | Bin 76851 -> 76851 bytes Cargo.toml | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3aa96856587c5390f6a5a48c9100c84d0b0f5afc..3cc5f2b97dcf04222b99696abd33d3dbb7b08720 100644 GIT binary patch delta 398 zcmW-dv5J*J3`V)KR@y1MqQYWnAtaN@BxAD|?5r;M1j!`RTU%N905XNIA^h(m+iGj& z8#r1gIp4{5++Q8{SKog;`S$hk>2g<}D9gw!Hg>og4q!bymu9>nG(8ELkw91`PIYk|T?JYnp{c5-%YNUiw=c#? z*5}ukyXXw)`<5s4DejqoVci%Jgfa+BVT2g(IqqC{skxswL5qKC$Gex$-mG$aIl~x* uioo1$DCoAaUese~-TUC(D^fG{p@m3U>MZ0o>&}g$uwFg7IUc;nUw;AE^L1(f delta 394 zcmWlVO=^`v5Jhgp;%63ooe3$CDky7wTiBJ?1u2ngQ>l1)ga zx`XT>o!K2+4)@&c@o0NI`t$c>UhfXyyeL92nvs!2QMS@meWYL>xk=9gLQ;FyNEwWL z5Qey_)_H&Re*69Q)9c%tDR!ajG)8Xp5iZ5~pMoK*?)|NAr0Bwzx zlo{r~-F{x4{(ONQE(iyXGK#n6f;wJOm$gh3T(dOPsxgYdnryA+&d`D)LsJu)PhaFU4|tRopXFK;lI=WpI^uYTnJ&)PS1!vFvP diff --git a/Cargo.toml b/Cargo.toml index 57c01c7b8..226cdfab7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,8 +106,8 @@ ansi_colours = "1.2.3" anstyle = "1.0.11" anyhow = "1.0.98" bstr = "1.12.0" -cc = "1.2.31" -clap = { version = "4.5.42", features = [ +cc = "1.2.32" +clap = { version = "4.5.44", features = [ "cargo", "derive", "env", @@ -115,7 +115,7 @@ clap = { version = "4.5.42", features = [ "string", "unstable-styles", ] } -clap_complete = "4.5.55" +clap_complete = "4.5.57" clap_complete_nushell = "4.5.8" ctor = "0.2.9" ctrlc = { version = "3.4.7", features = ["termination"] } @@ -125,7 +125,7 @@ filetime = "0.2.25" flate2 = "1.1.2" fs4 = "0.12.0" git2 = "0.20.2" -glob = "0.3.2" +glob = "0.3.3" heck = "0.5.0" html-escape = "0.2.13" indexmap = "2.10.0"