Skip to content

Commit

Permalink
build(deps): bump bstr from 1.5.0 to 1.6.0
Browse files Browse the repository at this point in the history
Bumps [bstr](https://github.com/BurntSushi/bstr) from 1.5.0 to 1.6.0.
- [Commits](BurntSushi/bstr@1.5.0...1.6.0)

---
updated-dependencies:
- dependency-name: bstr
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jpgrayson committed Jul 20, 2023
1 parent 799dbe0 commit a872232
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name = "stg"
[dependencies]
anyhow = "1.0"
anstyle = { version = "1.0", features = ["std"] }
bstr = { version = "1.5", default-features = false, features = ["std"] }
bstr = { version = "1.6", default-features = false, features = ["std"] }
bzip2-rs = "0.1"
clap = { version = "~4.3", default-features = false, features = [
"color",
Expand Down

0 comments on commit a872232

Please sign in to comment.