From 3240cc4005a16369ab97bfca95774eb5010cd0ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 07:23:54 +0000 Subject: [PATCH] chore(deps): bump alloy-rlp from 0.3.9 to 0.3.10 in /bolt-boost Bumps [alloy-rlp](https://github.com/alloy-rs/rlp) from 0.3.9 to 0.3.10. - [Changelog](https://github.com/alloy-rs/rlp/blob/main/CHANGELOG.md) - [Commits](https://github.com/alloy-rs/rlp/compare/v0.3.9...v0.3.10) --- updated-dependencies: - dependency-name: alloy-rlp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bolt-boost/Cargo.lock | 8 ++++---- bolt-boost/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bolt-boost/Cargo.lock b/bolt-boost/Cargo.lock index 17e7db09..836f820f 100644 --- a/bolt-boost/Cargo.lock +++ b/bolt-boost/Cargo.lock @@ -373,9 +373,9 @@ dependencies = [ [[package]] name = "alloy-rlp" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da0822426598f95e45dd1ea32a738dac057529a709ee645fcc516ffa4cbde08f" +checksum = "f542548a609dca89fcd72b3b9f355928cf844d4363c5eed9c5273a3dd225e097" dependencies = [ "alloy-rlp-derive", "arrayvec", @@ -384,9 +384,9 @@ dependencies = [ [[package]] name = "alloy-rlp-derive" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b09cae092c27b6f1bde952653a22708691802e57bfef4a2973b80bea21efd3f" +checksum = "5a833d97bf8a5f0f878daf2c8451fff7de7f9de38baa5a45d936ec718d81255a" dependencies = [ "proc-macro2", "quote", diff --git a/bolt-boost/Cargo.toml b/bolt-boost/Cargo.toml index 6cf89166..a5fe2ab4 100644 --- a/bolt-boost/Cargo.toml +++ b/bolt-boost/Cargo.toml @@ -40,7 +40,7 @@ alloy = { version = "0.8.0", features = [ "rpc-types-beacon", "rpc-types-engine", ] } -alloy-rlp = "0.3.9" +alloy-rlp = "0.3.10" # commit-boost # pinned to rev be able to bump alloy