Skip to content

Commit

Permalink
chore(deps): update rust crate jsonrpsee to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent f37cf7f commit 19b6b98
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 34 deletions.
148 changes: 115 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tap-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ axum = "0.7.5"
futures-util = "0.3.28"
indexer-common = { path = "../common" }
indexer-config = { path = "../config" }
jsonrpsee = { version = "0.20.2", features = ["http-client", "macros"] }
jsonrpsee = { version = "0.23.0", features = ["http-client", "macros"] }
lazy_static = "1.4.0"
reqwest = "0.12"
serde = "1.0.188"
Expand Down

0 comments on commit 19b6b98

Please sign in to comment.