From 51bcbff0b3423f5d7a1b345c173561776d970d61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 07:30:49 +0000 Subject: [PATCH] Bump sp-std from `b0741d4` to `bbaa5a3` Bumps [sp-std](https://github.com/paritytech/polkadot-sdk) from `b0741d4` to `bbaa5a3`. - [Release notes](https://github.com/paritytech/polkadot-sdk/releases) - [Commits](https://github.com/paritytech/polkadot-sdk/compare/b0741d4f78ebc424c7544e1d2d5db7968132e577...bbaa5a3bb5451fc0c51fd42fd91d765f5589c033) --- updated-dependencies: - dependency-name: sp-std dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c13f282..1728cd8a 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", ] @@ -11835,7 +11835,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#bbaa5a3bb5451fc0c51fd42fd91d765f5589c033" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -11875,7 +11875,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#bbaa5a3bb5451fc0c51fd42fd91d765f5589c033" dependencies = [ "proc-macro2", "quote", @@ -11896,7 +11896,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#bbaa5a3bb5451fc0c51fd42fd91d765f5589c033" dependencies = [ "environmental", "parity-scale-codec", @@ -12114,7 +12114,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#bbaa5a3bb5451fc0c51fd42fd91d765f5589c033" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -12146,7 +12146,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#bbaa5a3bb5451fc0c51fd42fd91d765f5589c033" dependencies = [ "Inflector", "expander 2.0.0", @@ -12238,7 +12238,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#bbaa5a3bb5451fc0c51fd42fd91d765f5589c033" [[package]] name = "sp-storage" @@ -12256,7 +12256,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#bbaa5a3bb5451fc0c51fd42fd91d765f5589c033" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12294,7 +12294,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#bbaa5a3bb5451fc0c51fd42fd91d765f5589c033" dependencies = [ "parity-scale-codec", "sp-std 14.0.0", @@ -12395,7 +12395,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#bbaa5a3bb5451fc0c51fd42fd91d765f5589c033" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -13450,7 +13450,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand 0.8.5", + "rand 0.7.3", "static_assertions", ]