diff --git a/bolt-boost/Cargo.lock b/bolt-boost/Cargo.lock index 286d2595..970e4708 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 56ea4701..a7a60c65 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" }