From ba32d34f2fb8ae8016f888241e958f508a06a46d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 17:56:12 +0000 Subject: [PATCH] build(deps): update rust crate indexmap to 2.11.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8438a362b..17a286625 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1962,9 +1962,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.11.3" +version = "2.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92119844f513ffa41556430369ab02c295a3578af21cf945caa3e9e0c2481ac3" +checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" dependencies = [ "equivalent", "hashbrown 0.15.5", diff --git a/Cargo.toml b/Cargo.toml index 89c89b3f8..b2686bb79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ dirs = "6.0.0" dunce = "1.0.5" # default feature restriction addresses https://github.com/starship/starship/issues/4251 gix = { version = "0.73.0", default-features = false, features = ["max-performance-safe", "revision", "zlib-rs", "status"] } -indexmap = { version = "2.11.3", features = ["serde"] } +indexmap = { version = "2.11.4", features = ["serde"] } jsonc-parser = { version = "0.26.3", features = ["serde"] } log = { version = "0.4.28", features = ["std"] } # notify-rust is optional (on by default) because the crate doesn't currently build for darwin with nix