diff --git a/Cargo.toml b/Cargo.toml index 4d37e3b..a7411f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,15 +14,15 @@ 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" [dev-dependencies] anyhow = "1.0.75" -hyper = "0.14.27" +hyper = "1.0.1" 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"] }