Skip to content

Commit

Permalink
cargo: bump the cargo-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the cargo-dependencies group with 4 updates: [bstr](https://github.com/BurntSushi/bstr), [clap](https://github.com/clap-rs/clap), [clap_complete](https://github.com/clap-rs/clap) and [clap_complete_nushell](https://github.com/clap-rs/clap).


Updates `bstr` from 1.9.1 to 1.9.2
- [Commits](BurntSushi/bstr@1.9.1...1.9.2)

Updates `clap` from 4.5.10 to 4.5.11
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.10...v4.5.11)

Updates `clap_complete` from 4.5.9 to 4.5.10
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.9...clap_complete-v4.5.10)

Updates `clap_complete_nushell` from 4.5.2 to 4.5.3
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete_nushell-v4.5.2...clap_complete_nushell-v4.5.3)

---
updated-dependencies:
- dependency-name: bstr
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: clap_complete_nushell
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 25, 2024
1 parent d6e9788 commit 18b13ee
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ assert_matches = "1.5.0"
async-trait = "0.1.81"
backoff = "0.4.0"
blake2 = "0.10.6"
bstr = "1.9.1"
bstr = "1.9.2"
cargo_metadata = "0.17.0"
clap = { version = "4.5.10", features = [
clap = { version = "4.5.11", features = [
"derive",
"deprecated",
"wrap_help",
"string",
] }
clap_complete = "4.5.9"
clap_complete_nushell = "4.5.2"
clap_complete = "4.5.10"
clap_complete_nushell = "4.5.3"
clap-markdown = "0.1.4"
clap_mangen = "0.2.10"
chrono = { version = "0.4.38", default-features = false, features = [
Expand Down

0 comments on commit 18b13ee

Please sign in to comment.