bump a bunch of deps in parity-common (#9263)

* bump a bunch of deps in parity-common

* primitive-types 0.10.0

* update Cargo.lock

* downgrade a few more

* this is unlikely to help

* try something

* Checkmate, Atheists!
This commit is contained in:
Andronik Ordian
2021-07-05 20:37:19 +02:00
committed by GitHub
parent e7e55475f2
commit b61dd3e8c5
26 changed files with 89 additions and 90 deletions
@@ -56,7 +56,6 @@ fn deserialize_rpc_result<T: DeserializeOwned>(js_value: JsValue) -> T {
#[wasm_bindgen_test]
async fn runs() {
let mut client = node_cli::start_client(None, "info".into())
.await
.unwrap();
// Check that the node handles rpc calls.