Skip to content

chore(deps): bump winnow from 0.7.15 to 1.0.3#11

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/cargo/winnow-1.0.3
Closed

chore(deps): bump winnow from 0.7.15 to 1.0.3#11
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/cargo/winnow-1.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown

Bumps winnow from 0.7.15 to 1.0.3.

Changelog

Sourced from winnow's changelog.

[1.0.3] - 2026-05-14

Fixes

  • Remove unused AsBStr bound on ascii::float

[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

... (truncated)

Commits
  • aabae22 chore: Release
  • 2b2a7f7 docs: Update changelog
  • a57c5a1 Merge pull request #916 from Uhrendoktor/main
  • e7517aa removed AsBStr from ascii::float
  • 09677e6 docs(changelog): Include alt migration
  • d9f0c1c Merge pull request #912 from winnow-rs/renovate/crate-ci-typos-1.x
  • 44ad8ba chore(deps): Update pre-commit hook crate-ci/typos to v1.46.0
  • c7151d4 Merge pull request #910 from epage/safe
  • 5331292 refactor(ascii): Reduce the use of unsafe
  • 05d3cd2 chore: Release
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.7.15 to 1.0.3.
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.7.15...v1.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 8, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Author

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

@dependabot dependabot Bot closed this Jun 8, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/winnow-1.0.3 branch June 8, 2026 00:56
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