From c715e576d2b49a459c5fd5d8cfa77ad594837226 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Tue, 16 Jul 2024 22:30:46 +0200 Subject: [PATCH] chore: bump jsonrpsee 0.24 (#1067) --- crates/rpc-types-engine/Cargo.toml | 2 +- crates/rpc-types-eth/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/rpc-types-engine/Cargo.toml b/crates/rpc-types-engine/Cargo.toml index fe489961498..dbc30871e26 100644 --- a/crates/rpc-types-engine/Cargo.toml +++ b/crates/rpc-types-engine/Cargo.toml @@ -35,7 +35,7 @@ serde = { workspace = true, features = ["derive"] } thiserror.workspace = true # jsonrpsee -jsonrpsee-types = { version = "0.23", optional = true } +jsonrpsee-types = { version = "0.24", optional = true } # jwt jsonwebtoken = "9.3.0" diff --git a/crates/rpc-types-eth/Cargo.toml b/crates/rpc-types-eth/Cargo.toml index e0bd123c1e7..e1c998b73e0 100644 --- a/crates/rpc-types-eth/Cargo.toml +++ b/crates/rpc-types-eth/Cargo.toml @@ -35,7 +35,7 @@ thiserror.workspace = true arbitrary = { version = "1.3", features = ["derive"], optional = true } # jsonrpsee -jsonrpsee-types = { version = "0.23", optional = true } +jsonrpsee-types = { version = "0.24", optional = true } alloy-sol-types.workspace = true [dev-dependencies]