mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 18:07: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:
@@ -9,7 +9,7 @@ license = "Apache-2.0"
|
||||
[dependencies]
|
||||
futures-timer = "3.0.2"
|
||||
libp2p = { version = "0.37.1", default-features = false }
|
||||
jsonrpc-core = "15.0.0"
|
||||
jsonrpc-core = "18.0.0"
|
||||
serde = "1.0.126"
|
||||
serde_json = "1.0.48"
|
||||
wasm-bindgen = { version = "=0.2.73", features = ["serde-serialize"] }
|
||||
|
||||
Reference in New Issue
Block a user