From 83d6dcedc9f917f5606bb8ccfa82ddfb14074325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 10:48:03 +0000 Subject: [PATCH] Bump rustix from 0.37.23 to 0.37.28 in /wasm/bench/substreams_wasm Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.23 to 0.37.28. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.37.23...v0.37.28) --- updated-dependencies: - dependency-name: rustix dependency-version: 0.37.28 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- wasm/bench/substreams_wasm/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wasm/bench/substreams_wasm/Cargo.lock b/wasm/bench/substreams_wasm/Cargo.lock index e40c50abe..339641fd9 100644 --- a/wasm/bench/substreams_wasm/Cargo.lock +++ b/wasm/bench/substreams_wasm/Cargo.lock @@ -382,9 +382,9 @@ checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" [[package]] name = "rustix" -version = "0.37.23" +version = "0.37.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" +checksum = "519165d378b97752ca44bbe15047d5d3409e875f39327546b42ac81d7e18c1b6" dependencies = [ "bitflags", "errno",