From a11bf7602f07952ef3ecac9aa4f70ede964a9cd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:30:56 +0200 Subject: [PATCH] Bump sp-core-hashing from 10.0.0 to 12.0.0 (#1002) Bumps [sp-core-hashing](https://github.com/paritytech/polkadot-sdk) from 10.0.0 to 12.0.0. - [Release notes](https://github.com/paritytech/polkadot-sdk/releases) - [Commits](https://github.com/paritytech/polkadot-sdk/commits) --- updated-dependencies: - dependency-name: sp-core-hashing dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Blazej Kolad --- Cargo.lock | 18 ++---------------- adapters/avail/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9efd8a817..a4ee5db92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8201,7 +8201,7 @@ dependencies = [ "serde_json", "sov-rollup-interface", "sp-core 21.0.0", - "sp-core-hashing 10.0.0", + "sp-core-hashing 12.0.0", "sp-keyring", "subxt", "thiserror", @@ -8947,20 +8947,6 @@ dependencies = [ "twox-hash", ] -[[package]] -name = "sp-core-hashing" -version = "10.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e360755a2706a76886d58776665cad0db793dece3c7d390455b28e8a1efd6285" -dependencies = [ - "blake2b_simd", - "byteorder", - "digest 0.10.7", - "sha2 0.10.8", - "sha3", - "twox-hash", -] - [[package]] name = "sp-core-hashing" version = "12.0.0" @@ -10414,7 +10400,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand 0.8.5", + "rand 0.7.3", "static_assertions", ] diff --git a/adapters/avail/Cargo.toml b/adapters/avail/Cargo.toml index ce72c3644..4dc6f3b7c 100644 --- a/adapters/avail/Cargo.toml +++ b/adapters/avail/Cargo.toml @@ -16,7 +16,7 @@ borsh = { workspace = true, features = ["bytes"] } sov-rollup-interface = { path = "../../rollup-interface" } bytes = { version = "1.2.1", features = ["serde"]} primitive-types = { version = "0.12.1", features = ["serde"]} -sp-core-hashing = "10.0.0" +sp-core-hashing = "12.0.0" subxt = { version = "0.29", optional = true } avail-subxt = { git = "https://github.com/availproject/avail.git", tag = "v1.6.3", features = ["std"], optional = true } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"], optional = true }