Skip to content

Commit f2b84dd

Browse files
Bump bstr from 1.10.0 to 1.11.0
Bumps [bstr](https://github.com/BurntSushi/bstr) from 1.10.0 to 1.11.0. - [Commits](BurntSushi/bstr@1.10.0...1.11.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 814895c commit f2b84dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories = ["command-line-utilities"]
1515

1616
[dependencies]
1717
anyhow = "1.0.93"
18-
bstr = "1.10.0"
18+
bstr = "1.11.0"
1919
memchr = "2.7.4"
2020
pico-args = { version = "0.5.0", features = ["short-space-opt", "combined-flags", "eq-separator"] }
2121
regex = { version = "1.11", default-features = false, features = ["std", "unicode-bool", "unicode-perl", "unicode-gencat"], optional = true }

0 commit comments

Comments
 (0)