From 436c4c15666d6cfa4ed5010ef2f4e133f03bb087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 23:09:25 +0000 Subject: [PATCH] chore(deps): bump indexmap from 2.10.0 to 2.11.3 Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.10.0 to 2.11.3. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.10.0...2.11.3) --- updated-dependencies: - dependency-name: indexmap dependency-version: 2.11.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01c2510ae..8c0ddff4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -561,9 +561,9 @@ checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" [[package]] name = "indexmap" -version = "2.10.0" +version = "2.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" +checksum = "92119844f513ffa41556430369ab02c295a3578af21cf945caa3e9e0c2481ac3" dependencies = [ "equivalent", "hashbrown", diff --git a/Cargo.toml b/Cargo.toml index 47a676d9b..ea46e98bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ defer-drop = "1.3.0" derive_builder = "0.20.2" env_logger = "0.11.6" fuzzy-matcher = "0.3.7" -indexmap = "2.8.0" +indexmap = "2.11.3" lazy_static = "1.2.0" log = "0.4.27" nix = { version = "0.29.0", default-features = false, features = ["fs"]}