From 9172185a1b689a3f1067f751f2cb6366ba2d5b2a Mon Sep 17 00:00:00 2001 From: "bluebuild-renovatebot-actions[bot]" <322545380+bluebuild-renovatebot-actions[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 17:34:21 +0000 Subject: [PATCH] chore(deps): update rust crate indexmap to v2.14.2 --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14e91f86..cbb4fc30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -486,7 +486,7 @@ dependencies = [ "comlexr", "fuzzy-matcher", "git2 0.21.0", - "indexmap 2.14.0", + "indexmap 2.14.2", "jsonschema", "log", "miette", @@ -556,7 +556,7 @@ dependencies = [ "bon", "cached 2.0.2", "colored", - "indexmap 2.14.0", + "indexmap 2.14.2", "log", "miette", "oci-client 0.17.0", @@ -2374,9 +2374,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.14.0" +version = "2.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" +checksum = "cc4e190f5d26ca7051642629da2c52fc03bde85a03197c99408dcd291734c855" dependencies = [ "equivalent", "hashbrown 0.17.1", @@ -3763,7 +3763,7 @@ checksum = "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455" dependencies = [ "fixedbitset", "hashbrown 0.15.5", - "indexmap 2.14.0", + "indexmap 2.14.2", ] [[package]] @@ -3843,7 +3843,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7da1d65da6dd5d1e44199ac0f58712d241c0f439f80adea8924d832384087f85" dependencies = [ "base64 0.22.1", - "indexmap 2.14.0", + "indexmap 2.14.2", "quick-xml", "serde", "time", @@ -4976,7 +4976,7 @@ dependencies = [ "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.14.0", + "indexmap 2.14.2", "jiff", "schemars 0.9.0", "schemars 1.2.2", @@ -5004,7 +5004,7 @@ version = "0.9.34+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" dependencies = [ - "indexmap 2.14.0", + "indexmap 2.14.2", "itoa", "ryu", "serde", @@ -5722,7 +5722,7 @@ version = "0.25.13+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6975367e4d2ef766d86af01ffad14b622fecc8d4357a998fbc4deb6e9bacaf9b" dependencies = [ - "indexmap 2.14.0", + "indexmap 2.14.2", "toml_datetime", "toml_parser", "winnow", @@ -6474,7 +6474,7 @@ version = "0.10.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33b729a08a9a6be689bbad3e2bf8015926db54b6622cc89c3a5f7dc174b9e918" dependencies = [ - "indexmap 2.14.0", + "indexmap 2.14.2", "itoa", "libyaml-rs", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 0d278ce7..2af82dad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ chrono = "=0.4.45" clap = "=4.6.6" colored = "=3.1.1" comlexr = "=1.5.0" -indexmap = { version = "=2.14.0", features = ["serde"] } +indexmap = { version = "=2.14.2", features = ["serde"] } indicatif = { version = "=0.18.6", features = ["improved_unicode", "rayon"] } lazy-regex = "=3.6.1" log = "=0.4.34"