Skip to content

Commit b918acc

Browse files
authored
chore(deps): update rust crate winnow to 0.7.9 (#2331)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [winnow](https://redirect.github.com/winnow-rs/winnow) | workspace.dependencies | patch | `0.7.8` -> `0.7.9` | --- ### Release Notes <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.7.9`](https://redirect.github.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#079---2025-05-02) [Compare Source](https://redirect.github.com/winnow-rs/winnow/compare/v0.7.8...v0.7.9) ##### Features - Add `ContextError::extend` - Add `Parser::context_with` </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent d2cfba1 commit b918acc

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
@@ -134,7 +134,7 @@ unicode-normalization = "0.1.24"
134134
whoami = "1.6.0"
135135
win32job = "2.0.2"
136136
windows-sys = "0.59.0"
137-
winnow = "0.7.8"
137+
winnow = "0.7.9"
138138
xxhash-rust = "0.8.13"
139139
zstd = { version = "0.13.3", features = ["zstdmt"] }
140140

0 commit comments

Comments
 (0)