chore: Add lz4_flex

This commit is contained in:
sprites0
2025-06-19 22:36:19 -04:00
parent 62fe6e2f53
commit a0f1b14391
2 changed files with 16 additions and 1 deletions

14
Cargo.lock generated
View File

@ -4600,6 +4600,9 @@ name = "lz4_flex"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5"
dependencies = [
"twox-hash",
]
[[package]]
name = "mach2"
@ -8725,6 +8728,7 @@ dependencies = [
"jsonrpsee-types",
"lazy_static",
"libc",
"lz4_flex",
"once_cell",
"parity-bytes",
"parking_lot",
@ -10520,6 +10524,16 @@ dependencies = [
"utf-8",
]
[[package]]
name = "twox-hash"
version = "1.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
dependencies = [
"cfg-if",
"static_assertions",
]
[[package]]
name = "typenum"
version = "1.18.0"