From ff2f8b6f194c9043c9d6c8646ff841d223bb3096 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 01:53:24 +0000 Subject: [PATCH] build(deps): bump indexmap from 2.12.1 to 2.13.0 Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.12.1 to 2.13.0. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.12.1...2.13.0) --- updated-dependencies: - dependency-name: indexmap dependency-version: 2.13.0 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 c72a2e1..b879d4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1527,9 +1527,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.12.1" +version = "2.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" +checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" dependencies = [ "equivalent", "hashbrown 0.16.1", diff --git a/Cargo.toml b/Cargo.toml index ff01af7..41f0f2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ ghrepo = "0.7.1" hex = "0.4.3" hmac = "0.12.1" http-body-util = "0.1.3" -indexmap = {version = "2.12.1", features = ["serde"] } +indexmap = {version = "2.13.0", features = ["serde"] } jsonwebtoken = { version = "10.2.0", features = ["rust_crypto"] } k8s-openapi = { version = "0.27", default-features = false, features = ["latest"] } kube = { version = "3", default-features = false, features = ["runtime", "derive", "rustls-tls"] }