deps: bump zstd (#10032)

This commit is contained in:
Alexey Shekhirin
2024-08-02 17:43:28 +01:00
committed by GitHub
parent e9870e0d6c
commit d1b2612244
2 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,6 @@ wasm_crates=(
# reth-db
# reth-evm
# reth-evm-ethereum
# reth-revm
# The following are confirmed working
reth-codecs
reth-errors
@ -16,6 +15,7 @@ wasm_crates=(
reth-network-peers
reth-primitives
reth-primitives-traits
reth-revm
)
# Array to hold the results

8
Cargo.lock generated
View File

@ -11488,18 +11488,18 @@ dependencies = [
[[package]]
name = "zstd-safe"
version = "7.2.0"
version = "7.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa556e971e7b568dc775c136fc9de8c779b1c2fc3a63defaafadffdbd3181afa"
checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
dependencies = [
"zstd-sys",
]
[[package]]
name = "zstd-sys"
version = "2.0.12+zstd.1.5.6"
version = "2.0.13+zstd.1.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a4e40c320c3cb459d9a9ff6de98cff88f4751ee9275d140e2be94a2b74e4c13"
checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
dependencies = [
"cc",
"pkg-config",