Skip to content

Commit 2641f3e

Browse files
authored
chore(deps): update rust crate bstr to 1.11.3 (#2038)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bstr](https://redirect.github.com/BurntSushi/bstr) | workspace.dependencies | patch | `1.11.1` -> `1.11.3` | --- ### Release Notes <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.11.3`](https://redirect.github.com/BurntSushi/bstr/compare/1.11.2...1.11.3) [Compare Source](https://redirect.github.com/BurntSushi/bstr/compare/1.11.2...1.11.3) ### [`v1.11.2`](https://redirect.github.com/BurntSushi/bstr/compare/1.11.1...1.11.2) [Compare Source](https://redirect.github.com/BurntSushi/bstr/compare/1.11.1...1.11.2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45MC4yIiwidXBkYXRlZEluVmVyIjoiMzkuOTAuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
1 parent 71435c2 commit 2641f3e

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
@@ -19,7 +19,7 @@ license = "MIT OR Apache-2.0"
1919
aho-corasick = "1.1.3"
2020
async-scoped = { version = "0.9.0", features = ["use-tokio"] }
2121
atomicwrites = "0.4.4"
22-
bstr = { version = "1.11.1", default-features = false, features = ["std"] }
22+
bstr = { version = "1.11.3", default-features = false, features = ["std"] }
2323
bytes = "1.9.0"
2424
camino = "1.1.9"
2525
camino-tempfile = "1.1.1"

0 commit comments

Comments
 (0)