Skip to content

Commit bbe76cc

Browse files
authored
Update Rust crate winnow to 0.7.11 (#2399)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [winnow](https://redirect.github.com/winnow-rs/winnow) | workspace.dependencies | patch | `0.7.10` -> `0.7.11` | --- ### Release Notes <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.7.11`](https://redirect.github.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0711---2025-06-10) [Compare Source](https://redirect.github.com/winnow-rs/winnow/compare/v0.7.10...v0.7.11) ##### Fixes - Remove a stackoverflow in `PartialEq` and `PartialOrd` with `Bytes` and `BStr` </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:eyJjcmVhdGVkSW5WZXIiOiI0MC40OS44IiwidXBkYXRlZEluVmVyIjoiNDAuNDkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
1 parent 7b237e3 commit bbe76cc

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
@@ -137,7 +137,7 @@ unicode-normalization = "0.1.24"
137137
whoami = "1.6.0"
138138
win32job = "2.0.3"
139139
windows-sys = "0.59.0"
140-
winnow = "0.7.10"
140+
winnow = "0.7.11"
141141
xxhash-rust = "0.8.15"
142142
zstd = { version = "0.13.3", features = ["zstdmt"] }
143143

0 commit comments

Comments
 (0)