From 2b08db40afd95ed607bd325aec19f286b83fa541 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 05:34:20 +0000 Subject: [PATCH] Bump tar from 0.4.45 to 0.4.46 in /crates/wasm-testsuite Bumps [tar](https://github.com/composefs/tar-rs) from 0.4.45 to 0.4.46. - [Release notes](https://github.com/composefs/tar-rs/releases) - [Commits](https://github.com/composefs/tar-rs/compare/0.4.45...0.4.46) --- updated-dependencies: - dependency-name: tar dependency-version: 0.4.46 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/wasm-testsuite/Cargo.lock | 38 +++++--------------------------- 1 file changed, 6 insertions(+), 32 deletions(-) diff --git a/crates/wasm-testsuite/Cargo.lock b/crates/wasm-testsuite/Cargo.lock index 7ffe8acbdb8..988178b561a 100644 --- a/crates/wasm-testsuite/Cargo.lock +++ b/crates/wasm-testsuite/Cargo.lock @@ -80,7 +80,6 @@ dependencies = [ "num_enum", "ruint2", "serde", - "siphasher", "tiny-keccak", "wasmparser 0.245.1", ] @@ -866,7 +865,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -1169,15 +1168,6 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "keccak" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" -dependencies = [ - "cpufeatures 0.2.12", -] - [[package]] name = "lazy_static" version = "1.5.0" @@ -1677,9 +1667,9 @@ dependencies = [ "serde_json", "serde_with", "sha2 0.10.9", - "sha3", "smallvec", "structopt", + "tiny-keccak", "validation", "wasmer", "wasmer-compiler-singlepass", @@ -1945,7 +1935,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -2112,16 +2102,6 @@ dependencies = [ "digest 0.11.2", ] -[[package]] -name = "sha3" -version = "0.10.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" -dependencies = [ - "digest 0.10.7", - "keccak", -] - [[package]] name = "shared-buffer" version = "0.1.4" @@ -2150,12 +2130,6 @@ version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" -[[package]] -name = "siphasher" -version = "0.3.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" - [[package]] name = "smallvec" version = "1.15.1" @@ -2237,9 +2211,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "tar" -version = "0.4.45" +version = "0.4.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973" +checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840" dependencies = [ "filetime", "libc", @@ -2262,7 +2236,7 @@ dependencies = [ "getrandom", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]]