Bump jsonrpsee-proc-macros from 0.3.0 to 0.3.1 (#9957)

Bumps [jsonrpsee-proc-macros](https://github.com/paritytech/jsonrpsee) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/paritytech/jsonrpsee/releases)
- [Changelog](https://github.com/paritytech/jsonrpsee/blob/master/CHANGELOG.md)
- [Commits](https://github.com/paritytech/jsonrpsee/compare/v0.3.0...v0.3.1)

---
updated-dependencies:
- dependency-name: jsonrpsee-proc-macros
  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>
This commit is contained in:
dependabot[bot]
2021-10-08 09:38:58 +02:00
committed by GitHub
parent a5926462c1
commit b965d49a6a
2 changed files with 3 additions and 3 deletions
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
jsonrpsee-ws-client = { version = "0.3.0", default-features = false, features = [
"tokio1",
]}
jsonrpsee-proc-macros = "0.3.0"
jsonrpsee-proc-macros = "0.3.1"
env_logger = "0.9"
log = "0.4.11"