Bump jsonrpsee-ws-client from 0.3.0 to 0.3.1 (#3931)

Bumps [jsonrpsee-ws-client](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-ws-client
  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-03 23:11:24 +02:00
committed by GitHub
parent a19ef45e5e
commit d676587a3a
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -3067,9 +3067,9 @@ dependencies = [
[[package]] [[package]]
name = "jsonrpsee-types" name = "jsonrpsee-types"
version = "0.3.0" version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d67724d368c59e08b557a516cf8fcc51100e7a708850f502e1044b151fe89788" checksum = "4cc738fd55b676ada3271ef7c383a14a0867a2a88b0fa941311bf5fc0a29d498"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"beef", "beef",
@@ -3085,9 +3085,9 @@ dependencies = [
[[package]] [[package]]
name = "jsonrpsee-ws-client" name = "jsonrpsee-ws-client"
version = "0.3.0" version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e2834b6e7f57ce9a4412ed4d6dc95125d2c8612e68f86b9d9a07369164e4198" checksum = "9841352dbecf4c2ed5dc71698df9f1660262ae4e0b610e968602529bdbcf7b30"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"fnv", "fnv",
+1 -1
View File
@@ -10,7 +10,7 @@ tokio = { version = "1.12", features = ["macros"] }
log = "0.4.11" log = "0.4.11"
env_logger = "0.9.0" env_logger = "0.9.0"
structopt = "0.3.23" structopt = "0.3.23"
jsonrpsee-ws-client = { version = "0.3.0", default-features = false, features = ["tokio1"] } jsonrpsee-ws-client = { version = "0.3.1", default-features = false, features = ["tokio1"] }
serde_json = "1.0" serde_json = "1.0"
serde = "1.0.130" serde = "1.0.130"
paste = "1.0.5" paste = "1.0.5"