From d1b26122449362ca0bd5008486c6306ce1418012 Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Fri, 2 Aug 2024 17:43:28 +0100 Subject: [PATCH] deps: bump zstd (#10032) --- .github/assets/check_wasm.sh | 2 +- Cargo.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/assets/check_wasm.sh b/.github/assets/check_wasm.sh index 95e2aa6d5..01ccc8604 100755 --- a/.github/assets/check_wasm.sh +++ b/.github/assets/check_wasm.sh @@ -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 diff --git a/Cargo.lock b/Cargo.lock index a68c799c4..9de922015 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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",