Skip to content

Commit

Permalink
Bump bstr from 1.10.0 to 1.11.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent db1bedf commit c03f4c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 backends/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ necessist-core = { version = "=1.0.0", path = "../core" }

anyhow = "1.0"
assert_cmd = "2.0"
bstr = "1.10"
bstr = "1.11"
clap = { version = "4.5", features = ["derive"] }
heck = "0.5"
if_chain = "1.0"
Expand Down

0 comments on commit c03f4c9

Please sign in to comment.