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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-08-12 05:02:51 +00:00 committed by Christian Clason
parent 3a47bc4435
commit 79a5e6a671
2 changed files with 4 additions and 4 deletions

BIN
Cargo.lock generated

Binary file not shown.

View file

@ -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"