From 64f26f66acb1117b0c8fb86f05c8028b280ebb69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:52:11 +0200 Subject: [PATCH] chore(deps): bump alloy-primitives from 0.7.6 to 0.7.7 (#1612) Bumps [alloy-primitives](https://github.com/alloy-rs/core) from 0.7.6 to 0.7.7. - [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/v0.7.6...v0.7.7) --- updated-dependencies: - dependency-name: alloy-primitives dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/primitives/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5249d1cda2..990246f71c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -121,9 +121,9 @@ dependencies = [ [[package]] name = "alloy-primitives" -version = "0.7.6" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f783611babedbbe90db3478c120fb5f5daacceffc210b39adc0af4fe0da70bad" +checksum = "ccb3ead547f4532bc8af961649942f0b9c16ee9226e26caa3f38420651cc0bf4" dependencies = [ "alloy-rlp", "arbitrary", diff --git a/crates/primitives/Cargo.toml b/crates/primitives/Cargo.toml index a3eb268cbd..25904a4345 100644 --- a/crates/primitives/Cargo.toml +++ b/crates/primitives/Cargo.toml @@ -23,7 +23,7 @@ all = "warn" [dependencies] alloy-eips = { version = "0.1", default-features = false, features = ["k256"] } -alloy-primitives = { version = "0.7.2", default-features = false, features = [ +alloy-primitives = { version = "0.7.7", default-features = false, features = [ "rlp", ] } hashbrown = "0.14"