Skip to content

Commit

Permalink
cargo: bump the cargo-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the cargo-dependencies group with 2 updates: [bstr](https://github.com/BurntSushi/bstr) and [version_check](https://github.com/SergioBenitez/version_check).


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

Updates `version_check` from 0.9.4 to 0.9.5
- [Commits](SergioBenitez/version_check@v0.9.4...v0.9.5)

---
updated-dependencies:
- dependency-name: bstr
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: version_check
  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 Jul 26, 2024
1 parent c9b34b3 commit 8eb1dca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ assert_matches = "1.5.0"
async-trait = "0.1.81"
backoff = "0.4.0"
blake2 = "0.10.6"
bstr = "1.9.1"
bstr = "1.10.0"
cargo_metadata = "0.17.0"
clap = { version = "4.5.11", features = [
"derive",
Expand Down Expand Up @@ -109,7 +109,7 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features =
"fmt",
] }
unicode-width = "0.1.13"
version_check = "0.9.4"
version_check = "0.9.5"
watchman_client = { version = "0.9.0" }
whoami = "1.5.1"
winreg = "0.52"
Expand Down

0 comments on commit 8eb1dca

Please sign in to comment.