Skip to content

Bump anpa from 0.10.0 to 0.11.0#86

Open
dependabot[bot] wants to merge 1 commit into
developmentfrom
dependabot/cargo/anpa-0.11.0
Open

Bump anpa from 0.10.0 to 0.11.0#86
dependabot[bot] wants to merge 1 commit into
developmentfrom
dependabot/cargo/anpa-0.11.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps anpa from 0.10.0 to 0.11.0.

Changelog

Sourced from anpa's changelog.

0.11.0

Breaking changes

  • Bump MSRV to 1.88

  • Remove ContiguousBytes in favor of AsRef<[u8]>

  • Rename:

    • integer_checked => integer
    • integer_signed_checked => integer_signed
    • float_checked => float
  • Unchecked number parsers removed. Functionality still available as per below.

New features

  • Add integer_custom and float_custom parsers for configurable parsing of numbers, e.g. unchecked, leading zeros, changing base, etc.

New features

  • New variadic parser bind!
  • New macro choose_raw! that functions like choose! but with a value instead of a parser.
  • Add posibility to use & to combine ByteFinders
  • Added new parse function parse_state_owned that takes ownership of the user state while parsing.
  • Added new parse function parse_default that performs a parse using an owned default (via Default) user state.
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [anpa](https://github.com/habbbe/anpa-rs) from 0.10.0 to 0.11.0.
- [Changelog](https://github.com/habbbe/anpa-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/habbbe/anpa-rs/commits)

---
updated-dependencies:
- dependency-name: anpa
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 May 24, 2026
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