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
+2 -2
View File
@@ -3123,9 +3123,9 @@ dependencies = [
[[package]]
name = "jsonrpsee-proc-macros"
version = "0.3.0"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f37924e16300e249a52a22cabb5632f846dc9760b39355f5e8bc70cd23dc6300"
checksum = "8edb341d35279b59c79d7fe9e060a51aec29d45af99cc7c72ea7caa350fa71a4"
dependencies = [
"Inflector",
"bae",
@@ -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"