diff --git a/Cargo.lock b/Cargo.lock index 5f8e720..5b3a761 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1623,9 +1623,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.13.0" +version = "2.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" +checksum = "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff" dependencies = [ "equivalent", "hashbrown 0.16.1", diff --git a/Cargo.toml b/Cargo.toml index 7e49062..591b926 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ ghrepo = "0.7.1" hex = "0.4.3" hmac = "0.13" http-body-util = "0.1.3" -indexmap = {version = "2.13.0", features = ["serde"] } +indexmap = {version = "2.13.1", features = ["serde"] } jsonwebtoken = { version = "10.3.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"] }