Skip to content

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

Merged
cakebaker merged 1 commit intomainfrom
renovate/winnow-1.x
Mar 18, 2026
Merged

fix(deps): update rust crate winnow to v1#268
cakebaker merged 1 commit intomainfrom
renovate/winnow-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2026

This PR contains the following updates:

Package Type Update Change
winnow dependencies major 0.7.101.0.0

Release Notes

winnow-rs/winnow (winnow)

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
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: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@codecov
Copy link

codecov bot commented Mar 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.92%. Comparing base (d336731) to head (b5b1cdf).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #268   +/-   ##
=======================================
  Coverage   98.92%   98.92%           
=======================================
  Files          18       18           
  Lines        2605     2605           
  Branches       69       69           
=======================================
  Hits         2577     2577           
  Misses         27       27           
  Partials        1        1           
Flag Coverage Δ
macos_latest 98.92% <ø> (ø)
ubuntu_latest 98.92% <ø> (ø)
windows_latest 20.42% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cakebaker cakebaker merged commit cfcf9c3 into main Mar 18, 2026
36 checks passed
@renovate renovate bot deleted the renovate/winnow-1.x branch March 18, 2026 06:08
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.

1 participant