diff --git a/bolt-sidecar/Cargo.lock b/bolt-sidecar/Cargo.lock index 0b2363f3..82f15e00 100644 --- a/bolt-sidecar/Cargo.lock +++ b/bolt-sidecar/Cargo.lock @@ -107,7 +107,7 @@ dependencies = [ "getrandom 0.2.15", "once_cell", "version_check", - "zerocopy", + "zerocopy 0.7.35", ] [[package]] @@ -391,22 +391,6 @@ dependencies = [ "sha2 0.10.8", ] -[[package]] -name = "alloy-eips" -version = "0.9.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52dd5869ed09e399003e0e0ec6903d981b2a92e74c5d37e6b40890bad2517526" -dependencies = [ - "alloy-eip2930", - "alloy-eip7702 0.5.0", - "alloy-primitives 0.8.15", - "alloy-rlp", - "alloy-serde 0.9.2", - "c-kzg", - "derive_more 1.0.0", - "serde", -] - [[package]] name = "alloy-eips" version = "0.11.0" @@ -439,19 +423,6 @@ dependencies = [ "serde", ] -[[package]] -name = "alloy-genesis" -version = "0.9.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7d2a7fe5c1a9bd6793829ea21a636f30fc2b3f5d2e7418ba86d96e41dd1f460" -dependencies = [ - "alloy-eips 0.9.2", - "alloy-primitives 0.8.15", - "alloy-serde 0.9.2", - "alloy-trie", - "serde", -] - [[package]] name = "alloy-genesis" version = "0.11.0" @@ -583,12 +554,15 @@ dependencies = [ [[package]] name = "alloy-node-bindings" -version = "0.9.2" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4520cd4bc5cec20c32c98e4bc38914c7fb96bf4a712105e44da186a54e65e3ba" +checksum = "81a3906afb50446392eb798dae4b918ba4ffcca47542efda7215776ddc8b5037" dependencies = [ - "alloy-genesis 0.9.2", + "alloy-genesis 0.11.0", + "alloy-network 0.11.0", "alloy-primitives 0.8.15", + "alloy-signer 0.11.0", + "alloy-signer-local 0.11.0", "k256 0.13.4", "rand 0.8.5", "serde_json", @@ -1028,17 +1002,6 @@ dependencies = [ "serde_json", ] -[[package]] -name = "alloy-serde" -version = "0.9.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae0465c71d4dced7525f408d84873aeebb71faf807d22d74c4a426430ccd9b55" -dependencies = [ - "alloy-primitives 0.8.15", - "serde", - "serde_json", -] - [[package]] name = "alloy-serde" version = "0.11.0" @@ -2100,7 +2063,7 @@ dependencies = [ "metrics 0.24.1", "metrics-exporter-prometheus", "parking_lot", - "rand 0.8.5", + "rand 0.9.0", "regex", "reqwest 0.12.12", "rustls 0.23.22", @@ -2117,7 +2080,7 @@ dependencies = [ "tracing-subscriber", "tree_hash 0.9.0", "tree_hash_derive 0.9.0", - "uuid 1.12.1", + "uuid 1.13.1", ] [[package]] @@ -4032,6 +3995,18 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "getrandom" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8" +dependencies = [ + "cfg-if", + "libc", + "wasi 0.13.3+wasi-0.2.2", + "windows-targets 0.52.6", +] + [[package]] name = "ghash" version = "0.5.1" @@ -6083,7 +6058,7 @@ version = "0.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" dependencies = [ - "zerocopy", + "zerocopy 0.7.35", ] [[package]] @@ -6334,6 +6309,17 @@ dependencies = [ "serde", ] +[[package]] +name = "rand" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" +dependencies = [ + "rand_chacha 0.9.0", + "rand_core 0.9.1", + "zerocopy 0.8.18", +] + [[package]] name = "rand_chacha" version = "0.2.2" @@ -6354,6 +6340,16 @@ dependencies = [ "rand_core 0.6.4", ] +[[package]] +name = "rand_chacha" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" +dependencies = [ + "ppv-lite86", + "rand_core 0.9.1", +] + [[package]] name = "rand_core" version = "0.5.1" @@ -6372,6 +6368,16 @@ dependencies = [ "getrandom 0.2.15", ] +[[package]] +name = "rand_core" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a88e0da7a2c97baa202165137c158d0a2e824ac465d13d81046727b34cb247d3" +dependencies = [ + "getrandom 0.3.1", + "zerocopy 0.8.18", +] + [[package]] name = "rand_hc" version = "0.2.0" @@ -8104,7 +8110,7 @@ checksum = "be4bf6fecd69fcdede0ec680aaf474cdab988f9de6bc73d3758f0160e3b7025a" dependencies = [ "futures-util", "log", - "rustls 0.23.21", + "rustls 0.23.22", "rustls-pki-types", "tokio", "tokio-rustls 0.26.1", @@ -8427,7 +8433,7 @@ dependencies = [ "httparse", "log", "rand 0.8.5", - "rustls 0.23.21", + "rustls 0.23.22", "rustls-pki-types", "sha1", "thiserror 2.0.11", @@ -8634,11 +8640,11 @@ dependencies = [ [[package]] name = "uuid" -version = "1.12.1" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b" +checksum = "ced87ca4be083373936a67f8de945faa23b6b42384bd5b64434850802c6dccd0" dependencies = [ - "getrandom 0.2.15", + "getrandom 0.3.1", "serde", ] @@ -8730,6 +8736,15 @@ version = "0.11.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" +[[package]] +name = "wasi" +version = "0.13.3+wasi-0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2" +dependencies = [ + "wit-bindgen-rt", +] + [[package]] name = "wasm-bindgen" version = "0.2.99" @@ -9122,6 +9137,15 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "wit-bindgen-rt" +version = "0.33.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c" +dependencies = [ + "bitflags 2.6.0", +] + [[package]] name = "write16" version = "1.0.0" @@ -9208,7 +9232,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" dependencies = [ "byteorder", - "zerocopy-derive", + "zerocopy-derive 0.7.35", +] + +[[package]] +name = "zerocopy" +version = "0.8.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79386d31a42a4996e3336b0919ddb90f81112af416270cff95b5f5af22b839c2" +dependencies = [ + "zerocopy-derive 0.8.18", ] [[package]] @@ -9222,6 +9255,17 @@ dependencies = [ "syn 2.0.90", ] +[[package]] +name = "zerocopy-derive" +version = "0.8.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76331675d372f91bf8d17e13afbd5fe639200b73d01f0fc748bb059f9cca2db7" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.90", +] + [[package]] name = "zerofrom" version = "0.1.5" diff --git a/bolt-sidecar/Cargo.toml b/bolt-sidecar/Cargo.toml index 5e63dab3..8cdf3de3 100644 --- a/bolt-sidecar/Cargo.toml +++ b/bolt-sidecar/Cargo.toml @@ -55,7 +55,7 @@ lighthouse_eth2_keystore = { package = "eth2_keystore", git = "https://github.co lighthouse_bls = { package = "bls", git = "https://github.com/sigp/lighthouse", version = "0.2.0" } # types -uuid = { version = "1.12.1", features = ["v7", "serde"] } +uuid = { version = "1.13.1", features = ["v7", "serde"] } serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.138" parking_lot = "0.12.1" @@ -66,7 +66,7 @@ hex = "0.4.3" lazy_static = "1.5.0" thiserror = "2.0" eyre = "0.6.12" -rand = "0.8.5" +rand = "0.9.0" dotenvy = "0.15.7" regex = "1.10.5" jsonwebtoken = "9.3.0" @@ -82,7 +82,7 @@ metrics-exporter-prometheus = { version = "0.16.2", features = ["http-listener"] metrics = "0.24" [dev-dependencies] -alloy-node-bindings = "0.9.2" # must match alloy version +alloy-node-bindings = "0.11.1" # must match alloy version criterion = { version = "0.5", features = ["html_reports"] } [build-dependencies]