Skip to content

Commit

Permalink
hivesim-rs: bump jsonrpsee version (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
KolbyML authored Oct 9, 2024
1 parent c044bf0 commit 4408fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hivesim-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
async-trait = "0.1.68"
dyn-clone = "1.0.11"
jsonrpsee = {version="0.20.0", features = ["client"]}
jsonrpsee = {version="0.24.4", features = ["client"]}
regex = "1.10.5"
reqwest = { version = "0.12.7", default-features = false, features = ["json", "multipart"] }
serde = { version = "1.0.150", features = ["derive"] }
Expand Down

0 comments on commit 4408fc1

Please sign in to comment.