diff --git a/Cargo.lock b/Cargo.lock index 50b1e331..e020c0f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5422,9 +5422,9 @@ dependencies = [ [[package]] name = "parity-db" -version = "0.4.11" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab512a34b3c2c5e465731cc7668edf79208bbe520be03484eeb05e63ed221735" +checksum = "59e9ab494af9e6e813c72170f0d3c1de1500990d62c97cc05cc7576f91aa402f" dependencies = [ "blake2", "crc32fast", @@ -9755,9 +9755,9 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", "digest 0.10.7", - "rand 0.8.5", + "rand 0.7.3", "static_assertions", ] diff --git a/Cargo.toml b/Cargo.toml index 6d9201ee..7a64bd97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ evm = { version = "0.37.0", default-features = false } jsonrpsee = "0.16.2" kvdb-rocksdb = "0.17.0" libsecp256k1 = "0.7.1" -parity-db = "0.4.10" +parity-db = "0.4.12" rlp = { version = "0.5", default-features = false } parity-scale-codec = "3.6.1" scale-info = { version = "2.8.0", default-features = false, features = [