Skip to content

Commit 03d821f

Browse files
Bump bstr from 1.11.0 to 1.11.1
Bumps [bstr](https://github.com/BurntSushi/bstr) from 1.11.0 to 1.11.1. - [Commits](BurntSushi/bstr@1.11.0...1.11.1) --- updated-dependencies: - dependency-name: bstr dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4a3a59b commit 03d821f

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.11.0"
18+
bstr = "1.11.1"
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)