diff --git a/Cargo.lock b/Cargo.lock index 0beeb68..d5848f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2483,9 +2483,9 @@ dependencies = [ [[package]] name = "serde_yaml" -version = "0.9.25" +version = "0.9.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574" +checksum = "3cc7a1570e38322cfe4154732e5110f887ea57e22b76f4bfd32b5bdd3368666c" dependencies = [ "indexmap 2.0.2", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 6da87ad..46d4cb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ kube = { version = "0.86.0", default-features = false, features = ["runtime", "d k8s-openapi = { version = "0.20.0", default-features = false, features = ["schemars", "v1_28"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -serde_yaml = "0.9.25" +serde_yaml = "0.9.27" thiserror = "1.0.50" tokio = { version = "1.33.0", features = ["full"] } toml = "0.8.6"