Skip to content

Commit

Permalink
chore: bump jsonrpsee 0.22 (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Apr 5, 2024
1 parent e3f2f07 commit 17633df
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 @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion crates/rpc-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 17633df

Please sign in to comment.