diff --git a/crates/rpc-types-engine/Cargo.toml b/crates/rpc-types-engine/Cargo.toml index 6318d09cd0d..3db75dace70 100644 --- a/crates/rpc-types-engine/Cargo.toml +++ b/crates/rpc-types-engine/Cargo.toml @@ -27,7 +27,7 @@ serde = { workspace = true, features = ["derive"] } thiserror.workspace = true # jsonrpsee -jsonrpsee-types = { version = "0.20", optional = true } +jsonrpsee-types = { version = "0.22", optional = true } alloy-eips = { workspace= true, optional = true } [features] diff --git a/crates/rpc-types/Cargo.toml b/crates/rpc-types/Cargo.toml index b8863e5241b..a0482846dcc 100644 --- a/crates/rpc-types/Cargo.toml +++ b/crates/rpc-types/Cargo.toml @@ -33,7 +33,7 @@ proptest = { version = "1.4", optional = true } proptest-derive = { version = "0.4", optional = true } # jsonrpsee -jsonrpsee-types = { version = "0.20", optional = true } +jsonrpsee-types = { version = "0.22", optional = true } alloy-sol-types.workspace = true [features]