Skip to content

Commit

Permalink
chore: bump jsonrpsee 0.24 (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Jul 16, 2024
1 parent 05eca12 commit c715e57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/rpc-types-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/rpc-types-eth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit c715e57

Please sign in to comment.