From 8b93003bdcad5ad32557b4f4a6903a66c44a659f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 05:07:37 +0000 Subject: [PATCH] chore(deps): bump indexmap in /wasm in the cargo-dependencies group Bumps the cargo-dependencies group in /wasm with 1 update: [indexmap](https://github.com/indexmap-rs/indexmap). Updates `indexmap` from 2.14.0 to 2.14.1 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.14.0...2.14.1) --- updated-dependencies: - dependency-name: indexmap dependency-version: 2.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] --- wasm/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wasm/Cargo.lock b/wasm/Cargo.lock index 435a4e09..2428f517 100644 --- a/wasm/Cargo.lock +++ b/wasm/Cargo.lock @@ -143,9 +143,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.14.0" +version = "2.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" +checksum = "07aa2048142242915a31d35844fb311e0e53fcca590c3a0a40dcf1b841fa09eb" dependencies = [ "equivalent", "hashbrown 0.17.1",