Skip to content

build(deps): bump ruint from 1.17.2 to 1.18.0#363

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/ruint-1.18.0
Open

build(deps): bump ruint from 1.17.2 to 1.18.0#363
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/ruint-1.18.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps ruint from 1.17.2 to 1.18.0.

Release notes

Sourced from ruint's releases.

v1.18.0

What's Changed

New Contributors

Full Changelog: alloy-rs/ruint@v1.17.2...v1.18.0

Changelog

Sourced from ruint's changelog.

[1.18.0] - 2026-04-22

Changed

  • Optimize from_str_radix (#557)
  • Specialize Ord::cmp, const_eq, const_is_zero for small sizes (#561)
  • Use bit shifts for power-of-two formatting (binary, octal, hex) instead of division (#565)
  • Optimize to_be_bytes for full-limb sizes via per-limb swap_bytes (#569)
  • Extract last iteration on mul loop to reduce register pressure (#566)

Fixed

  • Use rkyv::primitive::ArchivedU64 (#556)

#556: alloy-rs/ruint#556 #557: alloy-rs/ruint#557 #561: alloy-rs/ruint#561 #565: alloy-rs/ruint#565 #566: alloy-rs/ruint#566 #569: alloy-rs/ruint#569

Commits
  • 95594bd Merge pull request #572 from DaniPopes/release-1.18.0
  • b543073 chore: release 1.18.0
  • 4af858c Merge pull request #570 from DaniPopes/dani/msrv-1.90
  • 313b839 Merge branch 'main' into dani/msrv-1.90
  • 403227f Merge pull request #569 from pepyakin/pep/to-be-bytes-fast-path
  • 40f8f71 chore: bump MSRV to 1.90
  • 44419d8 perf: nudge LLVM codegen good to_bytes_be
  • fd26238 Merge pull request #567 from paolodamico/ruint-uniffi-docs
  • 35a75fe Merge branch 'main' into ruint-uniffi-docs
  • 8535bba Merge pull request #566 from DaniPopes/better-mul
  • 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 [ruint](https://github.com/recmo/uint) from 1.17.2 to 1.18.0.
- [Release notes](https://github.com/recmo/uint/releases)
- [Changelog](https://github.com/alloy-rs/ruint/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/ruint@v1.17.2...v1.18.0)

---
updated-dependencies:
- dependency-name: ruint
  dependency-version: 1.18.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 Jun 2, 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.

2 participants