cargo: bump the cargo-dependencies group across 1 directory with 2 updates

Bumps the cargo-dependencies group with 2 updates in the / directory: [clap](https://github.com/clap-rs/clap) and [rustix](https://github.com/bytecodealliance/rustix).


Updates `clap` from 4.5.34 to 4.5.35
- [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.34...clap_complete-v4.5.35)

Updates `rustix` from 1.0.3 to 1.0.5
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v1.0.3...v1.0.5)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: rustix
  dependency-version: 1.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-04-01 17:28:42 +00:00 committed by Ilya Grigoriev
parent 00eae152b1
commit e67eba3abf
2 changed files with 10 additions and 10 deletions

16
Cargo.lock generated
View File

@ -385,9 +385,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.5.34" version = "4.5.35"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff" checksum = "d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
"clap_derive", "clap_derive",
@ -404,9 +404,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_builder" name = "clap_builder"
version = "4.5.34" version = "4.5.35"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489" checksum = "2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",
@ -2367,7 +2367,7 @@ dependencies = [
"rayon", "rayon",
"ref-cast", "ref-cast",
"regex", "regex",
"rustix 1.0.3", "rustix 1.0.5",
"same-file", "same-file",
"sapling-renderdag", "sapling-renderdag",
"serde", "serde",
@ -3414,9 +3414,9 @@ dependencies = [
[[package]] [[package]]
name = "rustix" name = "rustix"
version = "1.0.3" version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e56a18552996ac8d29ecc3b190b4fdbb2d91ca4ec396de7bbffaf43f3d637e96" checksum = "d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf"
dependencies = [ dependencies = [
"bitflags 2.6.0", "bitflags 2.6.0",
"errno", "errno",
@ -3801,7 +3801,7 @@ dependencies = [
"fastrand", "fastrand",
"getrandom 0.3.1", "getrandom 0.3.1",
"once_cell", "once_cell",
"rustix 1.0.3", "rustix 1.0.5",
"windows-sys 0.59.0", "windows-sys 0.59.0",
] ]

View File

@ -22,7 +22,7 @@ assert_matches = "1.5.0"
async-trait = "0.1.88" async-trait = "0.1.88"
blake2 = "0.10.6" blake2 = "0.10.6"
bstr = "1.11.3" bstr = "1.11.3"
clap = { version = "4.5.34", features = [ clap = { version = "4.5.35", features = [
"derive", "derive",
"deprecated", "deprecated",
"wrap_help", "wrap_help",
@ -88,7 +88,7 @@ rayon = "1.10.0"
ref-cast = "1.0.24" ref-cast = "1.0.24"
regex = "1.11.1" regex = "1.11.1"
rpassword = "7.3.1" rpassword = "7.3.1"
rustix = { version = "1.0.3", features = ["fs"] } rustix = { version = "1.0.5", features = ["fs"] }
same-file = "1.0.6" same-file = "1.0.6"
sapling-renderdag = "0.1.0" sapling-renderdag = "0.1.0"
sapling-streampager = "0.11.0" sapling-streampager = "0.11.0"