build(deps): bump jsonrpsee from 0.23.1 to 0.23.2 (#1666)

Bumps [jsonrpsee](https://github.com/paritytech/jsonrpsee) from 0.23.1 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](https://github.com/paritytech/jsonrpsee/compare/v0.23.1...v0.23.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com>
This commit is contained in:
dependabot[bot]
2024-07-01 14:29:20 +02:00
committed by GitHub
parent aea013d791
commit d8a9ffdb50
2 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ hex = { version = "0.4.3", default-features = false }
heck = "0.5.0"
impl-serde = { version = "0.4.0", default-features = false }
indoc = "2"
jsonrpsee = { version = "0.23.1" }
jsonrpsee = { version = "0.23.2" }
pretty_assertions = "1.4.0"
primitive-types = { version = "0.12.2", default-features = false }
proc-macro-error = "1.0.4"