bump sp-io and parity-db

This commit is contained in:
Shawn Tabrizi
2022-05-03 22:00:13 +01:00
committed by Bastian Köcher
parent 8dbc4d8a6e
commit dde3a74102
3 changed files with 265 additions and 280 deletions
+263 -278
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -69,7 +69,7 @@ serde_json = "1.0.59"
thiserror = "1.0.30" thiserror = "1.0.30"
kvdb = "0.11.0" kvdb = "0.11.0"
kvdb-rocksdb = { version = "0.15.2", optional = true } kvdb-rocksdb = { version = "0.15.2", optional = true }
parity-db = { version = "0.3.11", optional = true } parity-db = { version = "0.3.12", optional = true }
async-trait = "0.1.53" async-trait = "0.1.53"
lru = "0.7" lru = "0.7"
+1 -1
View File
@@ -34,7 +34,7 @@ sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "maste
kvdb = "0.11.0" kvdb = "0.11.0"
parity-util-mem = { version = "0.11", default-features = false } parity-util-mem = { version = "0.11", default-features = false }
parity-db = { version = "0.3.11" } parity-db = { version = "0.3.12" }
[dev-dependencies] [dev-dependencies]
assert_matches = "1.4.0" assert_matches = "1.4.0"