Skip to content

Commit

Permalink
Bump jsonrpsee from 0.22.5 to 0.23.2 in /deepwell
Browse files Browse the repository at this point in the history
Bumps [jsonrpsee](https://github.com/paritytech/jsonrpsee) from 0.22.5 to 0.23.2.
- [Release notes](https://github.com/paritytech/jsonrpsee/releases)
- [Changelog](https://github.com/paritytech/jsonrpsee/blob/v0.23.2/CHANGELOG.md)
- [Commits](paritytech/jsonrpsee@v0.22.5...v0.23.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 28, 2024
1 parent 40447c7 commit 1579740
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 70 deletions.
135 changes: 66 additions & 69 deletions deepwell/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 deepwell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ futures = { version = "0.3", features = ["async-await"], default-features = fals
hex = { version = "0.4", features = ["serde"] }
hostname = "0.4"
intl-memoizer = "0.5"
jsonrpsee = { version = "0.22", features = ["macros", "server"] }
jsonrpsee = { version = "0.23", features = ["macros", "server"] }
log = "0.4"
notify = { version = "6", optional = true }
once_cell = "1"
Expand Down

0 comments on commit 1579740

Please sign in to comment.