Skip to content

Commit

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


Updates `bstr` from 1.11.1 to 1.11.2
- [Commits](BurntSushi/bstr@1.11.1...1.11.2)

Updates `clap_complete_nushell` from 4.5.4 to 4.5.5
- [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.4...clap_complete_nushell-v4.5.5)

Updates `syn` from 2.0.93 to 2.0.94
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.93...2.0.94)

---
updated-dependencies:
- dependency-name: bstr
  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
- dependency-name: syn
  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 and github-actions[bot] committed Jan 2, 2025
1 parent 2304db6 commit c522b5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ assert_cmd = "2.0.8"
assert_matches = "1.5.0"
async-trait = "0.1.83"
blake2 = "0.10.6"
bstr = "1.11.1"
bstr = "1.11.2"
clap = { version = "4.5.23", features = [
"derive",
"deprecated",
"wrap_help",
"string",
] }
clap_complete = { version = "4.5.40", features = ["unstable-dynamic"] }
clap_complete_nushell = "4.5.4"
clap_complete_nushell = "4.5.5"
clap-markdown = "0.1.4"
clap_mangen = "0.2.10"
chrono = { version = "0.4.39", default-features = false, features = [
Expand Down Expand Up @@ -102,7 +102,7 @@ smallvec = { version = "1.13.2", features = [
"union",
] }
strsim = "0.11.1"
syn = "2.0.93"
syn = "2.0.94"
tempfile = "3.14.0"
test-case = "3.3.1"
textwrap = "0.16.1"
Expand Down

0 comments on commit c522b5d

Please sign in to comment.