Bump jsonrpsee to alpha.6 release (#8690)

This commit is contained in:
Hernando Castano
2021-04-28 16:36:28 -04:00
committed by GitHub
parent 0d65a936d2
commit 06670046bc
2 changed files with 10 additions and 10 deletions
@@ -13,8 +13,8 @@ readme = "README.md"
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
jsonrpsee-http-client = { version = "=0.2.0-alpha.5", default-features = false, features = ["tokio02"] }
jsonrpsee-proc-macros = "=0.2.0-alpha.5"
jsonrpsee-http-client = { version = "=0.2.0-alpha.6", default-features = false, features = ["tokio02"] }
jsonrpsee-proc-macros = "=0.2.0-alpha.6"
hex-literal = "0.3.1"
env_logger = "0.8.2"