Skip to content

Commit

Permalink
Merge pull request fedimint#4995 from fedimint/dependabot/cargo/jsonr…
Browse files Browse the repository at this point in the history
…psee-ws-client-0.22.4

chore(deps): bump jsonrpsee-ws-client from 0.22.2 to 0.22.4
  • Loading branch information
dpc authored Apr 17, 2024
2 parents 237395b + 4342a98 commit 317a9e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 fedimint-api-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ imbl = "2.0.3"
backon = "=0.4.3" # don't upgrade unless really needed

[target.'cfg(not(target_family = "wasm"))'.dependencies]
jsonrpsee-ws-client = { version = "0.22.2", features = ["webpki-tls"], default-features = false }
jsonrpsee-ws-client = { version = "0.22.4", features = ["webpki-tls"], default-features = false }
tokio = { version = "1.36.0", features = ["full", "tracing"] }
tokio-rustls = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion fedimint-load-test-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tracing = { workspace = true }
url = { version = "2.5.0", features = ["serde"] }

[target.'cfg(not(target_family = "wasm"))'.dependencies]
jsonrpsee-ws-client = { version = "0.22.2", features = ["webpki-tls"], default-features = false }
jsonrpsee-ws-client = { version = "0.22.4", features = ["webpki-tls"], default-features = false }

[build-dependencies]
fedimint-build = { version = "=0.4.0-alpha", path = "../fedimint-build" }

0 comments on commit 317a9e2

Please sign in to comment.