Skip to content

Commit 8ceb44d

Browse files
authored
chore(deps): update rust crate winnow to 0.7.10 (#2341)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [winnow](https://redirect.github.com/winnow-rs/winnow) | workspace.dependencies | patch | `0.7.9` -> `0.7.10` | --- ### Release Notes <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.7.10`](https://redirect.github.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0710---2025-05-06) [Compare Source](https://redirect.github.com/winnow-rs/winnow/compare/v0.7.9...v0.7.10) ##### Compatibility - Deprecated `Stream::raw` ##### Features - Added `Stream::trace` for better customization of `trace` parsers ##### Fixes - Remove `initial` from `TokenSlice` / `LocatingSlice`s Debug impl - `Stream::trace` prints non-pretty output for `&[T]` and `TokenSlice<T>` </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 6386e34 commit 8ceb44d

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

0 commit comments

Comments
 (0)