Skip to content

fix(deps): update rust crate winnow to v1 - #1313

Merged
renovate[bot] merged 2 commits into
mainfrom
renovate/winnow-1.x
Aug 25, 2026
Merged

fix(deps): update rust crate winnow to v1#1313
renovate[bot] merged 2 commits into
mainfrom
renovate/winnow-1.x

Conversation

@renovate

@renovate renovate Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
winnow dependencies major =0.7.15=1.0.4

Release Notes

winnow-rs/winnow (winnow)

v1.0.4

Compare Source

Fixes
  • Expand the number of supported fields for seq! from 22 to 32

v1.0.3

Compare Source

Fixes
  • Remove unused AsBStr bound on ascii::float

v1.0.2

Compare Source

Fixes
  • Support TreeError in binary::bits (regression from 1.0.0)

v1.0.1

Compare Source

Documentation
  • Ensure macros are visible at winnow::combinator

v1.0.0

Compare Source

Note: going to v1 is more a reflection of the rate of churn in Winnow's API than
the quality of previous releases or any statement against future breaking changes.

Migration Guide
  1. Update to latest v0.7 release
  2. Resolve deprecations
  3. Upgrade to v1
  4. Add ascii, binary, or parser features as needed
  5. Break tuples into tuples-of-tuples as needed
  6. Break alt tuples into tuples of alt tuples as needed
Compatibility
  • Added parser, ascii, and binary feature gates to improve build times
  • Reduce 'impl ContainsToken for Tuple' to 10 elements to improve build times
  • Reduce 'impl Alt for Tuple' to 10 elements to improve build times
  • Reduce 'impl Parser for Tuple' to 10 elements to improve build times
  • Replaced (I, usize) with binary::bits::Bits to clarify intent
  • Moved BitOffsets from stream to binary::bits to consolidate the API
  • Make iterator impure like parsers
  • Replace Stream::raw with Stream::trace
  • Remove deprecated APIs
Performance

Build time

  • Reduce macro-generated code
  • Split off parser, ascii, and binary features

Runtime

  • Optimize hex_uint
Features
  • Add Parser::parse_iter
Fixes
  • Export Needed in stream
  • Correct trace for oct_digit1
  • Allow escaped into a Cow
  • Accept a parser for escaped, take_escaped control character for not-quite unicode parsing

Configuration

📅 Schedule: (in timezone America/Chicago)

  • Branch creation
    • Only on Tuesday (* * * * 2)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot enabled auto-merge (squash) August 25, 2026 11:27
@greptile-apps

greptile-apps Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

PR author is in the excluded authors list.

@renovate
renovate Bot merged commit e490a56 into main Aug 25, 2026
10 checks passed
@renovate
renovate Bot deleted the renovate/winnow-1.x branch August 25, 2026 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants