Skip to content

Commit 95925de

Browse files
dependabot[bot]jpgrayson
authored andcommitted
build(deps): bump bstr from 1.4.0 to 1.5.0
Bumps [bstr](https://github.com/BurntSushi/bstr) from 1.4.0 to 1.5.0. - [Commits](BurntSushi/bstr@1.4.0...1.5.0) --- updated-dependencies: - dependency-name: bstr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 084fa69 commit 95925de

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name = "stg"
2020
[dependencies]
2121
anyhow = "1.0"
2222
anstyle = { version = "1.0", features = ["std"] }
23-
bstr = { version = "1.0", default-features = false, features = ["std"] }
23+
bstr = { version = "1.5", default-features = false, features = ["std"] }
2424
bzip2-rs = "0.1"
2525
clap = { version = "~4.2", default-features = false, features = [
2626
"color",

0 commit comments

Comments
 (0)