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

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


Updates `bstr` from 1.10.0 to 1.11.0
- [Commits](https://github.com/BurntSushi/bstr/compare/1.10.0...1.11.0)

Updates `clap_complete` from 4.5.37 to 4.5.38
- [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.37...clap_complete-v4.5.38)

---
updated-dependencies:
- dependency-name: bstr
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: clap_complete
  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] 2024-11-14 18:54:55 +00:00 committed by github-actions[bot]
parent e4fdc91b69
commit 78c45a3af3
2 changed files with 7 additions and 7 deletions

10
Cargo.lock generated
View file

@ -222,9 +222,9 @@ dependencies = [
[[package]] [[package]]
name = "bstr" name = "bstr"
version = "1.10.0" version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" checksum = "1a68f1f47cdf0ec8ee4b941b2eee2a80cb796db73118c0dd09ac63fbe405be22"
dependencies = [ dependencies = [
"memchr", "memchr",
"regex-automata 0.4.8", "regex-automata 0.4.8",
@ -375,9 +375,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_complete" name = "clap_complete"
version = "4.5.37" version = "4.5.38"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11611dca53440593f38e6b25ec629de50b14cdfa63adc0fb856115a2c6d97595" checksum = "d9647a559c112175f17cf724dc72d3645680a883c58481332779192b0d8e7a01"
dependencies = [ dependencies = [
"clap", "clap",
"clap_lex", "clap_lex",
@ -3590,7 +3590,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [ dependencies = [
"windows-sys 0.48.0", "windows-sys 0.59.0",
] ]
[[package]] [[package]]

View file

@ -22,14 +22,14 @@ assert_cmd = "2.0.8"
assert_matches = "1.5.0" assert_matches = "1.5.0"
async-trait = "0.1.83" async-trait = "0.1.83"
blake2 = "0.10.6" blake2 = "0.10.6"
bstr = "1.10.0" bstr = "1.11.0"
clap = { version = "4.5.20", features = [ clap = { version = "4.5.20", features = [
"derive", "derive",
"deprecated", "deprecated",
"wrap_help", "wrap_help",
"string", "string",
] } ] }
clap_complete = { version = "4.5.37", features = ["unstable-dynamic"] } clap_complete = { version = "4.5.38", features = ["unstable-dynamic"] }
clap_complete_nushell = "4.5.4" clap_complete_nushell = "4.5.4"
clap-markdown = "0.1.4" clap-markdown = "0.1.4"
clap_mangen = "0.2.10" clap_mangen = "0.2.10"