Skip to content

chore(deps): bump atoi from 2.0.0 to 3.1.0#10219

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/main/atoi-3.1.0
Open

chore(deps): bump atoi from 2.0.0 to 3.1.0#10219
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/main/atoi-3.1.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps atoi from 2.0.0 to 3.1.0.

Release notes

Sourced from atoi's releases.

v3.1.0

🚀 Features

  • Add support for isize and usize on 32 and 64 bit platforms

v3.0.0

🚀 Features

  • [breaking] Minimal supported rust compiler now 1.86.0

  • [breaking] Remove ascii_to_digit

  • [breaking] Remove trait MaxNumDigits

  • [breaking] Remove enumeration Sign

    It is now an implementation detail of integer

🚜 Refactor

  • [breaking] FromRadix10 and its sibling traits used to be implement for any type with a neutral element of addition Zero, its successor One, AddAssign and MulAssign. This allowed it to work not only for builtin types like i32, but also for big integer implementations from other crates. However, it made it also hard to optimize for builtin types. FromRadix10 and its sibling traits FromRadix10Signed, FromRadixSignedChecked, FromRadix16 are now explicitly implemented for builtin types. The generic implementation can still be used by wrapping the type in the new Integer wrapper.

⚡ Performance

  • Inline from_radix_* functions for builtin types

    Since these are no longer generic, we do not get the inlining for free. Benchmarks show significant regressions otherwise

  • Speed up hexdigit parsing by using masks to unify ascii cases

    Thanks to okaneco for the idea

⚙️ Miscellaneous Tasks

  • [breaking] Minimal toolchain is now 1.86.0
  • [breaking] Remove Sign from public interface
Changelog

Sourced from atoi's changelog.

3.1.0 - 2026-06-25

🚀 Features

  • Add support for isize and usize on 32 and 64 bit platforms

3.0.0 - 2026-06-04

🚀 Features

  • [breaking] Minimal supported rust compiler now 1.86.0

  • [breaking] Remove ascii_to_digit

  • [breaking] Remove trait MaxNumDigits

  • [breaking] Remove enumeration Sign

    It is now an implementation detail of integer

🚜 Refactor

  • [breaking] FromRadix10 and its sibling traits used to be implement for any type with a neutral element of addition Zero, its successor One, AddAssign and MulAssign. This allowed it to work not only for builtin types like i32, but also for big integer implementations from other crates. However, it made it also hard to optimize for builtin types. FromRadix10 and its sibling traits FromRadix10Signed, FromRadixSignedChecked, FromRadix16 are now explicitly implemented for builtin types. The generic implementation can still be used by wrapping the type in the new Integer wrapper.

⚡ Performance

  • Inline from_radix_* functions for builtin types

    Since these are no longer generic, we do not get the inlining for free. Benchmarks show significant regressions otherwise

  • Speed up hexdigit parsing by using masks to unify ascii cases

    Thanks to okaneco for the idea

⚙️ Miscellaneous Tasks

  • [breaking] Minimal toolchain is now 1.86.0
  • [breaking] Remove Sign from public interface
Commits
  • 27792a4 chore: release v3.0.1
  • cf559b9 feat: Add support for isize and usize on 32 and 64 bit platforms
  • e08af73 build(deps): bump actions/checkout from 6.0.3 to 7.0.0
  • 221fe0d build(deps): bump MarcoIeni/release-plz-action from 0.5.129 to 0.5.130
  • f213614 chore: Update changelog
  • de5b1b3 chore: release v3.0.0
  • 01f146b chore: Fix do not use private symbols in doctests
  • 82ea316 feat!: Remove ascii_to_digit
  • b2b8399 chore!: Minimal toolchain is now 1.86.0
  • de03c7b test: Extra benchmark with more digits
  • 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 [atoi](https://github.com/pacman82/atoi-rs) from 2.0.0 to 3.1.0.
- [Release notes](https://github.com/pacman82/atoi-rs/releases)
- [Changelog](https://github.com/pacman82/atoi-rs/blob/main/CHANGELOG.md)
- [Commits](pacman82/atoi-rs@v2.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: atoi
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added arrow Changes to the arrow crate auto-dependencies labels Jun 26, 2026
@Jefffrey

Copy link
Copy Markdown
Contributor

needs rust 1.86

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

arrow Changes to the arrow crate auto-dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant