mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 12:17:58 +00:00
Upgrade jsonrpc to 0.18.0 (#9547)
* Upgrade jsonrpc to 0.18.0
I think this says all :P
* 🤦
* Fmt etc
* Fix tests
* Fix tests again...
* Better impl
* Revert "Tell dependabot to ignore jsonrpc-* updates (#9518)"
This reverts commit 6e0cd5587d.
This commit is contained in:
@@ -12,9 +12,9 @@ description = "Substrate RPC for FRAME's support"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
futures = { version = "0.3.0", features = ["compat"] }
|
||||
jsonrpc-client-transports = { version = "15.1.0", default-features = false, features = ["http"] }
|
||||
jsonrpc-core = "15.1.0"
|
||||
futures = "0.3.16"
|
||||
jsonrpc-client-transports = { version = "18.0.0", features = ["http"] }
|
||||
jsonrpc-core = "18.0.0"
|
||||
codec = { package = "parity-scale-codec", version = "2.0.0" }
|
||||
serde = "1"
|
||||
frame-support = { version = "4.0.0-dev", path = "../../../../frame/support" }
|
||||
|
||||
Reference in New Issue
Block a user