just playing with tangled
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

dependabot[bot] and committed by
Ilya Grigoriev
e67eba3a 00eae152

+10 -10
+8 -8
Cargo.lock
··· 385 385 386 386 [[package]] 387 387 name = "clap" 388 - version = "4.5.34" 388 + version = "4.5.35" 389 389 source = "registry+https://github.com/rust-lang/crates.io-index" 390 - checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff" 390 + checksum = "d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944" 391 391 dependencies = [ 392 392 "clap_builder", 393 393 "clap_derive", ··· 404 404 405 405 [[package]] 406 406 name = "clap_builder" 407 - version = "4.5.34" 407 + version = "4.5.35" 408 408 source = "registry+https://github.com/rust-lang/crates.io-index" 409 - checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489" 409 + checksum = "2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9" 410 410 dependencies = [ 411 411 "anstream", 412 412 "anstyle", ··· 2367 2367 "rayon", 2368 2368 "ref-cast", 2369 2369 "regex", 2370 - "rustix 1.0.3", 2370 + "rustix 1.0.5", 2371 2371 "same-file", 2372 2372 "sapling-renderdag", 2373 2373 "serde", ··· 3414 3414 3415 3415 [[package]] 3416 3416 name = "rustix" 3417 - version = "1.0.3" 3417 + version = "1.0.5" 3418 3418 source = "registry+https://github.com/rust-lang/crates.io-index" 3419 - checksum = "e56a18552996ac8d29ecc3b190b4fdbb2d91ca4ec396de7bbffaf43f3d637e96" 3419 + checksum = "d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf" 3420 3420 dependencies = [ 3421 3421 "bitflags 2.6.0", 3422 3422 "errno", ··· 3801 3801 "fastrand", 3802 3802 "getrandom 0.3.1", 3803 3803 "once_cell", 3804 - "rustix 1.0.3", 3804 + "rustix 1.0.5", 3805 3805 "windows-sys 0.59.0", 3806 3806 ] 3807 3807
+2 -2
Cargo.toml
··· 22 22 async-trait = "0.1.88" 23 23 blake2 = "0.10.6" 24 24 bstr = "1.11.3" 25 - clap = { version = "4.5.34", features = [ 25 + clap = { version = "4.5.35", features = [ 26 26 "derive", 27 27 "deprecated", 28 28 "wrap_help", ··· 88 88 ref-cast = "1.0.24" 89 89 regex = "1.11.1" 90 90 rpassword = "7.3.1" 91 - rustix = { version = "1.0.3", features = ["fs"] } 91 + rustix = { version = "1.0.5", features = ["fs"] } 92 92 same-file = "1.0.6" 93 93 sapling-renderdag = "0.1.0" 94 94 sapling-streampager = "0.11.0"