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 with 3 updates

Bumps the cargo-dependencies group with 3 updates: [clap_complete](https://github.com/clap-rs/clap), [regex](https://github.com/rust-lang/regex) and [syn](https://github.com/dtolnay/syn).


Updates `clap_complete` from 4.5.33 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.33...clap_complete-v4.5.35)

Updates `regex` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.11.0...1.11.1)

Updates `syn` from 2.0.82 to 2.0.85
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/2.0.82...2.0.85)

---
updated-dependencies:
- dependency-name: clap_complete
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-dependencies
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo-dependencies
- dependency-name: syn
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
github-actions[bot]
537a4a0b 5895df7d

+9 -9
+6 -6
Cargo.lock
··· 389 389 390 390 [[package]] 391 391 name = "clap_complete" 392 - version = "4.5.33" 392 + version = "4.5.35" 393 393 source = "registry+https://github.com/rust-lang/crates.io-index" 394 - checksum = "9646e2e245bf62f45d39a0f3f36f1171ad1ea0d6967fd114bca72cb02a8fcdfb" 394 + checksum = "07a13ab5b8cb13dbe35e68b83f6c12f9293b2f601797b71bc9f23befdb329feb" 395 395 dependencies = [ 396 396 "clap", 397 397 ] ··· 2668 2668 2669 2669 [[package]] 2670 2670 name = "regex" 2671 - version = "1.11.0" 2671 + version = "1.11.1" 2672 2672 source = "registry+https://github.com/rust-lang/crates.io-index" 2673 - checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8" 2673 + checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 2674 2674 dependencies = [ 2675 2675 "aho-corasick", 2676 2676 "memchr", ··· 3027 3027 3028 3028 [[package]] 3029 3029 name = "syn" 3030 - version = "2.0.82" 3030 + version = "2.0.85" 3031 3031 source = "registry+https://github.com/rust-lang/crates.io-index" 3032 - checksum = "83540f837a8afc019423a8edb95b52a8effe46957ee402287f4292fae35be021" 3032 + checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56" 3033 3033 dependencies = [ 3034 3034 "proc-macro2", 3035 3035 "quote",
+3 -3
Cargo.toml
··· 30 30 "wrap_help", 31 31 "string", 32 32 ] } 33 - clap_complete = "4.5.33" 33 + clap_complete = "4.5.35" 34 34 clap_complete_nushell = "4.5.4" 35 35 clap-markdown = "0.1.4" 36 36 clap_mangen = "0.2.10" ··· 90 90 rand_chacha = "0.3.1" 91 91 rayon = "1.10.0" 92 92 ref-cast = "1.0.23" 93 - regex = "1.11.0" 93 + regex = "1.11.1" 94 94 rpassword = "7.3.1" 95 95 rustix = { version = "0.38.37", features = ["fs"] } 96 96 scm-record = "0.4.0" ··· 103 103 "union", 104 104 ] } 105 105 strsim = "0.11.1" 106 - syn = "2.0.82" 106 + syn = "2.0.85" 107 107 tempfile = "3.13.0" 108 108 test-case = "3.3.1" 109 109 textwrap = "0.16.1"