From da3ed2c5ec1b803381cab6de7b51dd9b42c9161c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 11:45:51 +0000 Subject: [PATCH] Bump walrus from 0.26.2 to 0.26.3 Bumps [walrus](https://github.com/rustwasm/walrus) from 0.26.2 to 0.26.3. - [Release notes](https://github.com/rustwasm/walrus/releases) - [Changelog](https://github.com/wasm-bindgen/walrus/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/walrus/compare/0.26.2...0.26.3) --- updated-dependencies: - dependency-name: walrus dependency-version: 0.26.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5575f2c..05e7601 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1695,9 +1695,9 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "walrus" -version = "0.26.2" +version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fdd11e7cc2c5c875228bb82c1b41ff1444ab2c3aed74e9e4c845652b0349302" +checksum = "8463cef34c08631de7553f43033e8a328283425e07dbfb65dbc17323535798f2" dependencies = [ "anyhow", "gimli 0.32.3",