mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 10:31:04 +00:00
deps(jsonrpsee): update to 0.2.0 to avoid alpha (#9036)
The motivation is a couple of bug fixes and not to pin to certain alpha versions.
This commit is contained in:
Generated
+255
-169
File diff suppressed because it is too large
Load Diff
@@ -13,8 +13,8 @@ readme = "README.md"
|
|||||||
targets = ["x86_64-unknown-linux-gnu"]
|
targets = ["x86_64-unknown-linux-gnu"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
jsonrpsee-ws-client = { version = "=0.2.0-alpha.6", default-features = false }
|
jsonrpsee-ws-client = { version = "0.2.0", default-features = false, features = ["tokio02"] }
|
||||||
jsonrpsee-proc-macros = "=0.2.0-alpha.6"
|
jsonrpsee-proc-macros = "0.2.0"
|
||||||
|
|
||||||
hex = "0.4.0"
|
hex = "0.4.0"
|
||||||
env_logger = "0.8.2"
|
env_logger = "0.8.2"
|
||||||
@@ -28,7 +28,7 @@ sp-core = { version = "3.0.0", path = "../../../primitives/core" }
|
|||||||
sp-runtime = { version = "3.0.0", path = "../../../primitives/runtime" }
|
sp-runtime = { version = "3.0.0", path = "../../../primitives/runtime" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = { version = "1.6.0", features = ["macros", "rt"] }
|
tokio = { version = "0.2", features = ["macros", "rt-threaded"] }
|
||||||
pallet-elections-phragmen = { path = "../../../frame/elections-phragmen", version = "4.0.0" }
|
pallet-elections-phragmen = { path = "../../../frame/elections-phragmen", version = "4.0.0" }
|
||||||
frame-support = { path = "../../../frame/support", version = "3.0.0" }
|
frame-support = { path = "../../../frame/support", version = "3.0.0" }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user