diff --git a/Cargo.toml b/Cargo.toml index dfd7804..a7411f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ edition = "2021" kube = { version = "^0.87.1", default-features = false, features = ["derive"] } k8s-openapi = { version = "0.20.0", features = ["v1_28"] } schemars = "0.8.16" -serde = { version = "1.0.192", features = ["derive"] } +serde = { version = "1.0.193", features = ["derive"] } serde_json = "1.0.108" serde_yaml = "0.9.27" @@ -25,4 +25,4 @@ kube = { version = "^0.87.1" } k8s-openapi = { version = "0.20.0" , features = ["v1_28"] } tokio = { version = "1.34.0", features = ["macros"] } tower = "0.4.13" -uuid = { version = "1.5.0", features = ["v4", "fast-rng"] } +uuid = { version = "1.6.1", features = ["v4", "fast-rng"] }