diff --git a/Cargo.toml b/Cargo.toml index 94ef77c7..c0eb9b04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,12 +42,12 @@ maili-registry = { version = "0.1.0", path = "crates/registry", default-features maili-rpc-types-engine = { version = "0.1.0", path = "crates/rpc-types-engine", default-features = false } # OP-Alloy -op-alloy-genesis = { version = "0.9.0", default-features = false } -op-alloy-consensus = { version = "0.9.0", default-features = false } -op-alloy-network = { version = "0.9.0", default-features = false } -op-alloy-rpc-types = { version = "0.9.0", default-features = false } -op-alloy-rpc-jsonrpsee = { version = "0.9.0", default-features = false } -op-alloy-rpc-types-engine = { version = "0.9.0", default-features = false } +op-alloy-genesis = { version = "0.9.1", default-features = false } +op-alloy-consensus = { version = "0.9.1", default-features = false } +op-alloy-network = { version = "0.9.1", default-features = false } +op-alloy-rpc-types = { version = "0.9.1", default-features = false } +op-alloy-rpc-jsonrpsee = { version = "0.9.1", default-features = false } +op-alloy-rpc-types-engine = { version = "0.9.1", default-features = false } # Alloy alloy-eips = { version = "0.9.2", default-features = false } @@ -62,28 +62,28 @@ alloy-rpc-types-engine = { version = "0.9.2", default-features = false } alloy-network-primitives = { version = "0.9.2", default-features = false } # Alloy RLP -alloy-rlp = { version = "0.3", default-features = false } +alloy-rlp = { version = "0.3.10", default-features = false } # Alloy Core -alloy-sol-types = { version = "0.8.12", default-features = false } -alloy-primitives = { version = "0.8.12", default-features = false } +alloy-sol-types = { version = "0.8.18", default-features = false } +alloy-primitives = { version = "0.8.18", default-features = false } # Revm -revm = "19.0.0" +revm = "19.2.0" # Serde -serde_repr = "0.1" -serde = { version = "1.0", default-features = false, features = [ +serde_repr = "0.1.19" +serde = { version = "1.0.217", default-features = false, features = [ "derive", "alloc", ] } -serde_with = "3.11" -serde_json = { version = "1.0", default-features = false, features = ["alloc"] } +serde_with = "3.12.0" +serde_json = { version = "1.0.135", default-features = false, features = ["alloc"] } # Encoding snap = "1.1.1" bincode = "1.3.3" -ethereum_ssz = "0.8" +ethereum_ssz = "0.8.2" # Compression miniz_oxide = "0.8.2" @@ -91,51 +91,38 @@ alloc-no-stdlib = "2.0.4" brotli = { version = "7.0.0", default-features = false } # rpc -jsonrpsee = { version = "0.24", features = [ +jsonrpsee = { version = "0.24.7", features = [ "jsonrpsee-core", "client-core", "server-core", "macros", ] } -jsonrpsee-core = "0.24" -jsonrpsee-types = "0.24" +jsonrpsee-core = "0.24.7" +jsonrpsee-types = "0.24.7" # misc -cfg-if = "1" +cfg-if = "1.0.0" async-trait = "0.1.85" unsigned-varint = "0.8.0" spin = { version = "0.9.8", features = ["mutex"] } lazy_static = { version = "1.5.0", default-features = false } -derive_more = { version = "1.0", default-features = false } -thiserror = { version = "2.0", default-features = false } -similar-asserts = "1.6" +derive_more = { version = "1.0.0", default-features = false } +thiserror = { version = "2.0.9", default-features = false } +similar-asserts = "1.6.0" # tracing tracing-subscriber = "0.3.19" tracing = { version = "0.1.41", default-features = false } ## misc-testing -arbitrary = { version = "1.4", features = ["derive"] } -arbtest = "0.3" -rand = "0.8" -proptest = "1.6" -proptest-derive = "0.5" -tokio = "1" +arbitrary = { version = "1.4.1", features = ["derive"] } +arbtest = "0.3.2" +rand = "0.8.5" +proptest = "1.6.0" +proptest-derive = "0.5.1" +tokio = "1.43.0" rstest = "0.24.0" ## crypto c-kzg = { version = "1.0", default-features = false } -k256 = { version = "0.13", default-features = false, features = ["ecdsa"] } - -[patch.crates-io] -#alloy-consensus = { git = "https://github.com/alloy-rs/alloy", rev = "7ba1bff" } -#alloy-network = { git = "https://github.com/alloy-rs/alloy", rev = "7ba1bff" } -#alloy-network-primitives = { git = "https://github.com/alloy-rs/alloy", rev = "7ba1bff" } -#alloy-rpc-types = { git = "https://github.com/alloy-rs/alloy", rev = "7ba1bff" } -#alloy-rpc-types-eth = { git = "https://github.com/alloy-rs/alloy", rev = "7ba1bff" } -#alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/alloy", rev = "7ba1bff" } -#alloy-eips = { git = "https://github.com/alloy-rs/alloy", rev = "7ba1bff" } -#alloy-serde = { git = "https://github.com/alloy-rs/alloy", rev = "7ba1bff" } -#alloy-signer = { git = "https://github.com/alloy-rs/alloy", rev = "7ba1bff" } -#alloy-provider = { git = "https://github.com/alloy-rs/alloy", rev = "7ba1bff" } -#alloy-transport = { git = "https://github.com/alloy-rs/alloy", rev = "7ba1bff" } +k256 = { version = "0.13.4", default-features = false, features = ["ecdsa"] }