diff --git a/Cargo.lock b/Cargo.lock index 3b0886cf..0f0c73ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -913,8 +913,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" dependencies = [ "bitcoin_hashes", - "rand 0.8.5", - "rand_core 0.6.4", + "rand 0.7.3", + "rand_core 0.5.1", "serde", "unicode-normalization", ] @@ -11892,7 +11892,7 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk#b0741d4f78ebc424c7544e1d2d5db7968132e577" +source = "git+https://github.com/paritytech/polkadot-sdk#2aa006e094e248110af14a742d4e2f56b7931959" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -11932,7 +11932,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#b0741d4f78ebc424c7544e1d2d5db7968132e577" +source = "git+https://github.com/paritytech/polkadot-sdk#2aa006e094e248110af14a742d4e2f56b7931959" dependencies = [ "proc-macro2", "quote", @@ -11953,7 +11953,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk#b0741d4f78ebc424c7544e1d2d5db7968132e577" +source = "git+https://github.com/paritytech/polkadot-sdk#2aa006e094e248110af14a742d4e2f56b7931959" dependencies = [ "environmental", "parity-scale-codec", @@ -12171,7 +12171,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#b0741d4f78ebc424c7544e1d2d5db7968132e577" +source = "git+https://github.com/paritytech/polkadot-sdk#2aa006e094e248110af14a742d4e2f56b7931959" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -12203,7 +12203,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#b0741d4f78ebc424c7544e1d2d5db7968132e577" +source = "git+https://github.com/paritytech/polkadot-sdk#2aa006e094e248110af14a742d4e2f56b7931959" dependencies = [ "Inflector", "expander 2.0.0", @@ -12295,7 +12295,7 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polk [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#b0741d4f78ebc424c7544e1d2d5db7968132e577" +source = "git+https://github.com/paritytech/polkadot-sdk#2aa006e094e248110af14a742d4e2f56b7931959" [[package]] name = "sp-storage" @@ -12313,7 +12313,7 @@ dependencies = [ [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#b0741d4f78ebc424c7544e1d2d5db7968132e577" +source = "git+https://github.com/paritytech/polkadot-sdk#2aa006e094e248110af14a742d4e2f56b7931959" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12351,7 +12351,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#b0741d4f78ebc424c7544e1d2d5db7968132e577" +source = "git+https://github.com/paritytech/polkadot-sdk#2aa006e094e248110af14a742d4e2f56b7931959" dependencies = [ "parity-scale-codec", "sp-std 14.0.0", @@ -12452,7 +12452,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#b0741d4f78ebc424c7544e1d2d5db7968132e577" +source = "git+https://github.com/paritytech/polkadot-sdk#2aa006e094e248110af14a742d4e2f56b7931959" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -13507,7 +13507,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand 0.8.5", + "rand 0.7.3", "static_assertions", ]