mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Update parity-db in serai-db
This synchronizes with an update to `patch-polkadot-sdk`.
This commit is contained in:
46
Cargo.lock
generated
46
Cargo.lock
generated
@@ -5340,15 +5340,6 @@ dependencies = [
|
||||
"rustix",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "memmap2"
|
||||
version = "0.5.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
|
||||
dependencies = [
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "memmap2"
|
||||
version = "0.9.8"
|
||||
@@ -6247,27 +6238,6 @@ dependencies = [
|
||||
"unicode-normalization",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "parity-db"
|
||||
version = "0.4.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "592a28a24b09c9dc20ac8afaa6839abc417c720afe42c12e1e4a9d6aa2508d2e"
|
||||
dependencies = [
|
||||
"blake2 0.10.6",
|
||||
"crc32fast",
|
||||
"fs2",
|
||||
"hex",
|
||||
"libc",
|
||||
"log",
|
||||
"lz4",
|
||||
"memmap2 0.5.10",
|
||||
"parking_lot",
|
||||
"rand 0.8.5",
|
||||
"siphasher 0.3.11",
|
||||
"snap",
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "parity-db"
|
||||
version = "0.5.4"
|
||||
@@ -6281,10 +6251,10 @@ dependencies = [
|
||||
"libc",
|
||||
"log",
|
||||
"lz4",
|
||||
"memmap2 0.9.8",
|
||||
"memmap2",
|
||||
"parking_lot",
|
||||
"rand 0.9.2",
|
||||
"siphasher 1.0.1",
|
||||
"siphasher",
|
||||
"snap",
|
||||
"winapi",
|
||||
]
|
||||
@@ -6448,7 +6418,7 @@ version = "0.11.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
|
||||
dependencies = [
|
||||
"siphasher 1.0.1",
|
||||
"siphasher",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -7930,7 +7900,7 @@ dependencies = [
|
||||
"kvdb-rocksdb",
|
||||
"linked-hash-map",
|
||||
"log",
|
||||
"parity-db 0.5.4",
|
||||
"parity-db",
|
||||
"parity-scale-codec",
|
||||
"parking_lot",
|
||||
"sc-client-api",
|
||||
@@ -9131,7 +9101,7 @@ dependencies = [
|
||||
name = "serai-db"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"parity-db 0.4.13",
|
||||
"parity-db",
|
||||
"rocksdb",
|
||||
]
|
||||
|
||||
@@ -10091,12 +10061,6 @@ dependencies = [
|
||||
"zeroize",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "siphasher"
|
||||
version = "0.3.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
||||
|
||||
[[package]]
|
||||
name = "siphasher"
|
||||
version = "1.0.1"
|
||||
|
||||
@@ -17,7 +17,7 @@ rustdoc-args = ["--cfg", "docsrs"]
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
parity-db = { version = "0.4", default-features = false, optional = true }
|
||||
parity-db = { version = "0.5", default-features = false, features = ["arc"], optional = true }
|
||||
rocksdb = { version = "0.24", default-features = false, features = ["zstd"], optional = true }
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user