diff --git a/Cargo.lock b/Cargo.lock index 03d5899..0670ef4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1390,9 +1390,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", diff --git a/Cargo.toml b/Cargo.toml index a332b5f..6eb8a3e 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.9.0", features = ["serde"] } +indexmap = {version = "2.11.4", features = ["serde"] } jsonwebtoken = "9.3.1" k8s-openapi = { version = "0.26", default-features = false, features = ["latest"] } kube = { version = "2", default-features = false, features = ["runtime", "derive", "rustls-tls"] }