Skip to content

deps: bump winnow from 0.7.15 to 1.0.2#303

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/winnow-1.0.2
Closed

deps: bump winnow from 0.7.15 to 1.0.2#303
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/winnow-1.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps winnow from 0.7.15 to 1.0.2.

Changelog

Sourced from winnow's changelog.

[1.0.2] - 2026-04-21

Fixes

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

[1.0.1] - 2026-03-30

Documentation

  • Ensure macros are visible at winnow::combinator

[1.0.0] - 2026-03-17

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

... (truncated)

Commits
  • 05d3cd2 chore: Release
  • 7ac7c0f docs: Update changelog
  • ac12806 Merge pull request #909 from epage/tree
  • 6ed2d5f fix(error): Support Bits with TreeError
  • f09c7a4 chore(deps): Update Rust Stable to v1.95 (#906)
  • 7f8c41c Merge pull request #905 from winnow-rs/renovate/j178-prek-action-2.x
  • c40231c Merge pull request #904 from winnow-rs/renovate/codecov-codecov-action-6.x
  • 93b12c0 chore(deps): Update j178/prek-action action to v2
  • 7780f54 chore(deps): Update codecov/codecov-action action to v6
  • 9015572 chore: Release
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 11, 2026
Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.7.15 to 1.0.2.
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.7.15...v1.0.2)

---
updated-dependencies:
- dependency-name: winnow
  dependency-version: 1.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/winnow-1.0.2 branch from d4c953b to 1ff11e0 Compare May 20, 2026 19:45
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 22, 2026

Looks like winnow is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this May 22, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/winnow-1.0.2 branch May 22, 2026 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants