Skip to content

Commit 1a17f6a

Browse files
authored
Update Rust crate winnow to 0.7.14 (#2806)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [winnow](https://redirect.github.com/winnow-rs/winnow) | workspace.dependencies | patch | `0.7.13` -> `0.7.14` | --- ### Release Notes <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.7.14`](https://redirect.github.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0714---2025-11-26) [Compare Source](https://redirect.github.com/winnow-rs/winnow/compare/v0.7.13...v0.7.14) ##### Features - Add `combinator::expression` parser for parsing expressions with precedence (a pratt parser) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent 728d485 commit 1a17f6a

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 @@ usdt = "0.6.0"
137137
whoami = "1.6.1"
138138
win32job = "2.0.3"
139139
windows-sys = "0.61.2"
140-
winnow = "0.7.13"
140+
winnow = "0.7.14"
141141
xxhash-rust = "0.8.15"
142142
zstd = { version = "0.13.3", features = ["zstdmt"] }
143143

0 commit comments

Comments
 (0)