diff --git a/Cargo.lock b/Cargo.lock index e95b19f3dfb50..25bb3afcfc19c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2933,9 +2933,9 @@ dependencies = [ [[package]] name = "jsonrpsee-http-client" -version = "0.2.0-alpha" +version = "0.2.0-alpha.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "124797a4ea7430d0675db78e065e53316e3f1a3cbf0ee4d6dbdd42db7b08e193" +checksum = "7f1d8440e2617bdebdf45114e90f65aed3f14bf73e23d874dde8e4b764676fe9" dependencies = [ "async-trait", "futures 0.3.13", @@ -2979,9 +2979,9 @@ dependencies = [ [[package]] name = "jsonrpsee-utils" -version = "0.2.0-alpha" +version = "0.2.0-alpha.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0e45394ec3175a767c3c5bac584560e6ad9b56ebd73216c85ec8bab49619244" +checksum = "e51670a3b56e5fb0d325920ce317c76184b8afabfd7bc5009831229cfef0732b" dependencies = [ "futures 0.3.13", "globset", diff --git a/utils/frame/remote-externalities/Cargo.toml b/utils/frame/remote-externalities/Cargo.toml index b8bee6380006a..dedeab60a3edc 100644 --- a/utils/frame/remote-externalities/Cargo.toml +++ b/utils/frame/remote-externalities/Cargo.toml @@ -13,10 +13,10 @@ readme = "README.md" targets = ["x86_64-unknown-linux-gnu"] [dependencies] -jsonrpsee-http-client = { version = "0.2.0-alpha", default-features = false, features = ["tokio02"] } +jsonrpsee-http-client = { version = "=0.2.0-alpha.2", default-features = false, features = ["tokio02"] } # Needed by jsonrpsee-proc-macros: https://github.com/paritytech/jsonrpsee/issues/214 -jsonrpsee-types = "0.2.0-alpha.2" -jsonrpsee-proc-macros = "0.2.0-alpha.2" +jsonrpsee-types = "=0.2.0-alpha.2" +jsonrpsee-proc-macros = "=0.2.0-alpha.2" hex-literal = "0.3.1" env_logger = "0.8.2"