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 }