From 2b00572bea9241f07335ccb29314c82fa553eb31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 05:45:05 +0000 Subject: [PATCH] chore: bump alloy-primitives from 1.3.0 to 1.3.1 Bumps [alloy-primitives](https://github.com/alloy-rs/core) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/alloy-rs/core/releases) - [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/alloy-rs/core/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: alloy-primitives dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 932751d..2120626 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -279,9 +279,9 @@ dependencies = [ [[package]] name = "alloy-primitives" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cfebde8c581a5d37b678d0a48a32decb51efd7a63a08ce2517ddec26db705c8" +checksum = "bc9485c56de23438127a731a6b4c87803d49faf1a7068dcd1d8768aca3a9edb9" dependencies = [ "alloy-rlp", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 1635652..a6e522c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ alloy-consensus = { version = "1.0.23", default-features = false } alloy-eips = "1.0.23" alloy-genesis = "1.0.23" alloy-network = "1.0.23" -alloy-primitives = { version = "1.3.0", default-features = false } +alloy-primitives = { version = "1.3.1", default-features = false } alloy-provider = "1.0.23" alloy-rlp = "0.3.1" alloy-rpc-client = "1.0.23"