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"] }