diff --git a/Cargo.lock b/Cargo.lock index babcd4b4b989..8d774cc52d41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4678,9 +4678,9 @@ dependencies = [ [[package]] name = "parity-db" -version = "0.3.9" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d121a9af17a43efd0a38c6afa508b927ba07785bd4709efb2ac03bf77efef8d" +checksum = "55a7901b85874402471e131de3332dde0e51f38432c69a3853627c8e25433048" dependencies = [ "blake2-rfc", "crc32fast", diff --git a/client/db/Cargo.toml b/client/db/Cargo.toml index 0d38e62aa283..74bd44f0b1f2 100644 --- a/client/db/Cargo.toml +++ b/client/db/Cargo.toml @@ -19,7 +19,7 @@ sp-runtime = { version = "6.0.0", git = "https://github.com/paritytech/substrate fp-storage = { version = "2.0.0-dev", path = "../../primitives/storage" } kvdb-rocksdb = { version = "0.15.2", optional = true } -parity-db = { version = "0.3.9", optional = true } +parity-db = { version = "0.3.13", optional = true } [features] default = ["kvdb-rocksdb", "parity-db"]