Skip to content

Commit de0e6bb

Browse files
authored
chore(deps): update rust crate winnow to 0.7.2 (#2139)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [winnow](https://redirect.github.com/winnow-rs/winnow) | workspace.dependencies | patch | `0.7.1` -> `0.7.2` | --- ### Release Notes <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.7.2`](https://redirect.github.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#072---2025-02-10) [Compare Source](https://redirect.github.com/winnow-rs/winnow/compare/v0.7.1...v0.7.2) ##### Fixes - Make `Range` `Copy`able </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent 6800939 commit de0e6bb

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
@@ -132,7 +132,7 @@ unicode-normalization = "0.1.24"
132132
whoami = "1.5.2"
133133
win32job = "2.0.1"
134134
windows-sys = "0.59.0"
135-
winnow = "0.7.1"
135+
winnow = "0.7.2"
136136
xxhash-rust = "0.8.13"
137137
zstd = { version = "0.13.2", features = ["zstdmt"] }
138138

0 commit comments

Comments
 (0)