From eeba92fa33114123b29e6fda2da6ecd85b821c4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 22:41:43 +0000 Subject: [PATCH 1/2] Bump tar from 0.4.45 to 0.4.46 in /crates/tools/stylus_benchmark 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/tools/stylus_benchmark/Cargo.lock | 44 +++++------------------- 1 file changed, 9 insertions(+), 35 deletions(-) diff --git a/crates/tools/stylus_benchmark/Cargo.lock b/crates/tools/stylus_benchmark/Cargo.lock index 637cab8da38..054f4ade916 100644 --- a/crates/tools/stylus_benchmark/Cargo.lock +++ b/crates/tools/stylus_benchmark/Cargo.lock @@ -129,7 +129,6 @@ dependencies = [ "num_enum", "ruint2", "serde", - "siphasher", "tiny-keccak", "wasmparser 0.245.1", ] @@ -340,13 +339,16 @@ dependencies = [ name = "caller-env" version = "0.1.0" dependencies = [ + "arbutil", "brotli", "hex", "k256", "rand", "rand_pcg", + "sha2 0.10.9", "spin", "tiny-keccak", + "validation", "wasmer", ] @@ -1020,7 +1022,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -1367,8 +1369,6 @@ dependencies = [ "rand", "serde", "serde_json", - "sha2 0.10.9", - "sha3", "stylus", "thiserror 1.0.69", "validation", @@ -1398,15 +1398,6 @@ dependencies = [ "sha2 0.10.9", ] -[[package]] -name = "keccak" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb26cec98cce3a3d96cbb7bced3c4b16e3d13f27ec56dbd62cbc8f39cfb9d653" -dependencies = [ - "cpufeatures 0.2.15", -] - [[package]] name = "lazy_static" version = "1.5.0" @@ -1906,9 +1897,8 @@ dependencies = [ "serde_json", "serde_with", "sha2 0.10.9", - "sha3", "smallvec", - "structopt", + "tiny-keccak", "validation", "wasmer", "wasmer-compiler-singlepass", @@ -2210,7 +2200,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -2370,16 +2360,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" @@ -2418,12 +2398,6 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" -[[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" @@ -2587,9 +2561,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", @@ -2612,7 +2586,7 @@ dependencies = [ "getrandom", "once_cell", "rustix", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] From 8d44b6c354a3c0de929ff9c3b350562e71e7a1c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 22:42:02 +0000 Subject: [PATCH 2/2] Add a changelog entry for dependabot update --- changelog/dependabot-4700.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelog/dependabot-4700.md diff --git a/changelog/dependabot-4700.md b/changelog/dependabot-4700.md new file mode 100644 index 00000000000..b70675ddaf0 --- /dev/null +++ b/changelog/dependabot-4700.md @@ -0,0 +1,2 @@ +### Ignored +- Bump tar from 0.4.45 to 0.4.46 in /crates/tools/stylus_benchmark