Skip to content

Commit

Permalink
Bump jsonrpsee-core from 0.16.2 to 0.19.0
Browse files Browse the repository at this point in the history
Bumps [jsonrpsee-core](https://github.com/paritytech/jsonrpsee) from 0.16.2 to 0.19.0.
- [Release notes](https://github.com/paritytech/jsonrpsee/releases)
- [Changelog](https://github.com/paritytech/jsonrpsee/blob/master/CHANGELOG.md)
- [Commits](paritytech/jsonrpsee@v0.16.2...v0.19.0)

---
updated-dependencies:
- dependency-name: jsonrpsee-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 24, 2023
1 parent 320703d commit 825c7a3
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 18 deletions.
62 changes: 46 additions & 16 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 subvt-substrate-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ chrono = "0.4"
frame-metadata = { version = "15.0", features = ["std", "v14"] }
hex = "0.4"
jsonrpsee = { version = "0.16", features = ["full"] }
jsonrpsee-core = "0.16"
jsonrpsee-core = "0.19"
jsonrpsee-types = "0.16"
log = { workspace = true }
parity-scale-codec = { version = "3.4", default-features = false, features = ["derive", "full"] }
Expand Down
2 changes: 1 addition & 1 deletion subvt-validator-details-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async-trait = "0.1"
bus = "2.3"
futures-util = "0.3"
jsonrpsee = { version = "0.16", features = ["full"] }
jsonrpsee-core = "0.16"
jsonrpsee-core = "0.19"
lazy_static = { workspace = true }
log = { workspace = true }
once_cell = "1"
Expand Down

0 comments on commit 825c7a3

Please sign in to comment.