From 3dbcd4020cf23a6904837106c2ecaab05bfd927d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 16:30:43 +0000 Subject: [PATCH] chore(deps): bump alloy-rlp from 0.3.8 to 0.3.9 in /bolt-boost Bumps [alloy-rlp](https://github.com/alloy-rs/rlp) from 0.3.8 to 0.3.9. - [Changelog](https://github.com/alloy-rs/rlp/blob/main/CHANGELOG.md) - [Commits](https://github.com/alloy-rs/rlp/compare/v0.3.8...v0.3.9) --- 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 286d25953..970e47081 100644 --- a/bolt-boost/Cargo.lock +++ b/bolt-boost/Cargo.lock @@ -333,9 +333,9 @@ dependencies = [ [[package]] name = "alloy-rlp" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26154390b1d205a4a7ac7352aa2eb4f81f391399d4e2f546fb81a2f8bb383f62" +checksum = "da0822426598f95e45dd1ea32a738dac057529a709ee645fcc516ffa4cbde08f" dependencies = [ "alloy-rlp-derive", "arrayvec", @@ -344,9 +344,9 @@ dependencies = [ [[package]] name = "alloy-rlp-derive" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d0f2d905ebd295e7effec65e5f6868d153936130ae718352771de3e7d03c75c" +checksum = "2b09cae092c27b6f1bde952653a22708691802e57bfef4a2973b80bea21efd3f" dependencies = [ "proc-macro2", "quote", diff --git a/bolt-boost/Cargo.toml b/bolt-boost/Cargo.toml index 56ea47018..a7a60c652 100644 --- a/bolt-boost/Cargo.toml +++ b/bolt-boost/Cargo.toml @@ -40,7 +40,7 @@ alloy = { version = "0.3.6", features = [ "rpc-types-beacon", "rpc-types-engine", ] } -alloy-rlp = "0.3.8" +alloy-rlp = "0.3.9" # commit-boost cb-common = { git = "https://github.com/commit-boost/commit-boost-client", tag = "v0.3.0" }