Skip to content

chore(deps): bump the cargo group across 1 directory with 4 updates#443

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/fuzz/cargo-8a469f8f98
Open

chore(deps): bump the cargo group across 1 directory with 4 updates#443
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/fuzz/cargo-8a469f8f98

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2026

Bumps the cargo group with 3 updates in the /fuzz directory: alloy-dyn-abi, bytes and ruint.

Updates alloy-dyn-abi from 1.4.0 to 1.5.4

Release notes

Sourced from alloy-dyn-abi's releases.

alloy-core v1.5.4

What's Changed

Full Changelog: alloy-rs/core@v1.5.3...v1.5.4

alloy-core v1.5.3

What's Changed

New Contributors

Full Changelog: alloy-rs/core@v1.5.2...v1.5.3

alloy-core v1.5.2

What's Changed

Full Changelog: alloy-rs/core@v1.5.1...v1.5.2

alloy-core v1.5.1

What's Changed

Full Changelog: alloy-rs/core@v1.5.0...v1.5.1

alloy-core v1.5.0

What's Changed

... (truncated)

Changelog

Sourced from alloy-dyn-abi's changelog.

1.5.4 - 2026-01-28

Miscellaneous Tasks

  • [sol-macro] Use sha3 (#1064)

Other

  • Fix rkyv miri breakage (#1066)

Performance

  • [primitives] Use keccak_asm::Keccak256::digest (#1067)
  • perf(primitives): remove unnecessary keccak cache length hash computation (#1065)

1.5.3 - 2026-01-27

Dependencies

  • [deps] Run cargo shear (#1055)

Features

  • [primitives] FixedBytes: schemars::JsonSchema (#1059)

Miscellaneous Tasks

  • Release 1.5.3
  • Allow bincode advisory in deny.toml (#1060)
  • [primitives] Switch default keccak to sha3 (#1057)

Other

  • Update to tempoxyz (#1062)

Performance

  • [primitives] Always enable 'sha3/asm' feature (#1058)

1.5.2 - 2025-12-22

Miscellaneous Tasks

  • Release 1.5.2

Performance

  • [primitives] Always use FxHash for Fb* (#1054)

1.5.1 - 2025-12-18

... (truncated)

Commits

Updates bytes from 1.10.1 to 1.11.1

Release notes

Sourced from bytes's releases.

Bytes v1.11.1

1.11.1 (February 3rd, 2026)

  • Fix integer overflow in BytesMut::reserve

Bytes v1.11.0

1.11.0 (November 14th, 2025)

  • Bump MSRV to 1.57 (#788)

Fixed

  • fix: BytesMut only reuse if src has remaining (#803)
  • Specialize BytesMut::put::<Bytes> (#793)
  • Reserve capacity in BytesMut::put (#794)
  • Change BytesMut::remaining_mut to use isize::MAX instead of usize::MAX (#795)

Internal changes

  • Guarantee address in slice() for empty slices. (#780)
  • Rename Vtable::to_* -> Vtable::into_* (#776)
  • Fix latest clippy warnings (#787)
  • Ignore BytesMut::freeze doctest on wasm (#790)
  • Move drop_fn of from_owner into vtable (#801)
Changelog

Sourced from bytes's changelog.

1.11.1 (February 3rd, 2026)

  • Fix integer overflow in BytesMut::reserve

1.11.0 (November 14th, 2025)

  • Bump MSRV to 1.57 (#788)

Fixed

  • fix: BytesMut only reuse if src has remaining (#803)
  • Specialize BytesMut::put::<Bytes> (#793)
  • Reserve capacity in BytesMut::put (#794)
  • Change BytesMut::remaining_mut to use isize::MAX instead of usize::MAX (#795)

Internal changes

  • Guarantee address in slice() for empty slices. (#780)
  • Rename Vtable::to_* -> Vtable::into_* (#776)
  • Fix latest clippy warnings (#787)
  • Ignore BytesMut::freeze doctest on wasm (#790)
  • Move drop_fn of from_owner into vtable (#801)
Commits

Updates lru from 0.13.0 to 0.12.5

Changelog

Sourced from lru's changelog.

v0.13.0 - 2025-01-27

  • Add peek_mru and pop_mru methods, upgrade dependency on hashbrown to 0.15.2, and update MSRV to 1.65.0.

v0.12.5 - 2024-10-30

  • Upgrade hashbrown dependency to 0.15.

v0.12.4 - 2024-07-30

  • Add methods that take a reference to the key that should be inserted.

v0.12.3 - 2024-02-24

  • Add get_key_value_mut method.

v0.12.2 - 2024-01-28

  • Add clone method.

v0.12.1 - 2023-11-21

  • Add get_key_value method.

v0.12.0 - 2023-10-03

  • Add lifetime specifier to try_get_or_insert_mut.
  • Add BuildHasher trait bound to Debug for LruCache.

v0.11.1 - 2023-09-05

  • Add try_get_or_insert_mut method.

v0.11.0 - 2023-07-11

  • Update dependency on hashbrown to 0.14 and update MSRV to 1.64.0.

v0.10.1 - 2023-06-29

  • Add try_get_or_insert method.

v0.10.0 - 2023-03-04

  • Remove KeyRef from the public API.

v0.9.0 - 2022-12-31

  • Update dependency on hashbrown to 0.13.
  • Change LruCache.map to hold a pointer, rather than owned LruEntry.

... (truncated)

Commits
  • cb67856 Merge pull request #192 from suyanhanx/patch-1
  • 13bf326 chore: fix build status badge in README
  • 9eba7b9 feat: implement Clone for LruCache
  • 27ec1c7 Merge pull request #188 from jeromefroe/jerome/prepare-0-12-1-release
  • 878453f Prepare 0.12.1 release
  • 5cee09a Merge pull request #187 from jeromefroe/jerome/fmt-and-add-test
  • fcd06e3 Add test for get_key_value
  • 39009f1 Merge pull request #186 from Rulexec/get-key-value-method
  • See full diff in compare view

Updates ruint from 1.17.0 to 1.17.2

Release notes

Sourced from ruint's releases.

v1.17.2

What's Changed

Full Changelog: recmo/uint@v1.17.1...v1.17.2

v1.17.1

What's Changed

Full Changelog: recmo/uint@v1.17.0...v1.17.1

Changelog

Sourced from ruint's changelog.

[1.17.2] - 2025-12-28

Fixed

  • fix(docsrs): remove doc_auto_cfg (#554)

#554: recmo/uint#554

[1.17.1] - 2025-12-26

Changed

  • Added unsafe to many unstable API functions in algorithms module, and documented their conditions of use (COU). (#552)

#552: recmo/uint#552

Commits
  • 5bd4cff Merge pull request #555 from DaniPopes/release-1.17.2
  • 953a994 chore: release 1.17.2
  • 9110e53 Merge pull request #554 from DaniPopes/doc_auto_cfg
  • 2d242c9 fix(docsrs): remove doc_auto_cfg
  • bc3fad7 Merge pull request #553 from Evalir/evalir/prestwich/rustsec-safety
  • 6d82291 chore: bump version
  • 51fdde2 chore: changelog
  • 8090e7f chore: update unsafe function and improve documentation and safety notes
  • 17c9b3e Merge pull request #544 from Evalir/evalir/prestwich-fix-codspeed
  • 370e2e5 fix: crates badge
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the cargo group with 3 updates in the /fuzz directory: [alloy-dyn-abi](https://github.com/alloy-rs/core), [bytes](https://github.com/tokio-rs/bytes) and [ruint](https://github.com/recmo/uint).


Updates `alloy-dyn-abi` from 1.4.0 to 1.5.4
- [Release notes](https://github.com/alloy-rs/core/releases)
- [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/core@v1.4.0...v1.5.4)

Updates `bytes` from 1.10.1 to 1.11.1
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.10.1...v1.11.1)

Updates `lru` from 0.13.0 to 0.12.5
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](jeromefroe/lru-rs@0.13.0...0.12.5)

Updates `ruint` from 1.17.0 to 1.17.2
- [Release notes](https://github.com/recmo/uint/releases)
- [Changelog](https://github.com/recmo/uint/blob/main/CHANGELOG.md)
- [Commits](recmo/uint@v1.17.0...v1.17.2)

---
updated-dependencies:
- dependency-name: alloy-dyn-abi
  dependency-version: 1.5.4
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: bytes
  dependency-version: 1.11.1
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: lru
  dependency-version: 0.12.5
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: ruint
  dependency-version: 1.17.2
  dependency-type: indirect
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 3, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 3, 2026 19:36
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 3, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 3, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

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

Labels

cla: allowlist 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