Skip to content

Commit

Permalink
chore(deps): bump jsonrpsee-ws-client from 0.22.2 to 0.22.4
Browse files Browse the repository at this point in the history
Bumps [jsonrpsee-ws-client](https://github.com/paritytech/jsonrpsee) from 0.22.2 to 0.22.4.
- [Release notes](https://github.com/paritytech/jsonrpsee/releases)
- [Changelog](https://github.com/paritytech/jsonrpsee/blob/v0.22.4/CHANGELOG.md)
- [Commits](paritytech/jsonrpsee@v0.22.2...v0.22.4)

---
updated-dependencies:
- dependency-name: jsonrpsee-ws-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 17, 2024
1 parent 74c53b2 commit 4342a98
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 4342a98

Please sign in to comment.