mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: extract zstd compressors (#13250)
This commit is contained in:
9
Cargo.lock
generated
9
Cargo.lock
generated
@ -8743,6 +8743,7 @@ dependencies = [
|
||||
"reth-static-file-types",
|
||||
"reth-testing-utils",
|
||||
"reth-trie-common",
|
||||
"reth-zstd-compressors",
|
||||
"revm-primitives",
|
||||
"rstest",
|
||||
"secp256k1",
|
||||
@ -8750,7 +8751,6 @@ dependencies = [
|
||||
"serde_json",
|
||||
"serde_with",
|
||||
"test-fuzz",
|
||||
"zstd",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -9646,6 +9646,13 @@ dependencies = [
|
||||
"thiserror 2.0.5",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "reth-zstd-compressors"
|
||||
version = "1.1.2"
|
||||
dependencies = [
|
||||
"zstd",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "revm"
|
||||
version = "18.0.0"
|
||||
|
||||
Reference in New Issue
Block a user