Skip to content

Commit

Permalink
chore(deps): update rust crate jsonrpsee to 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent 9edb0e5 commit f6b4dec
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 37 deletions.
151 changes: 115 additions & 36 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.24.0", features = ["http-client", "macros"] }
lazy_static = "1.4.0"
reqwest = "0.12"
serde = "1.0.188"
Expand Down

0 comments on commit f6b4dec

Please sign in to comment.