We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f453dea commit 45f27a4Copy full SHA for 45f27a4
Cargo.toml
@@ -14,7 +14,7 @@ edition = "2021"
14
kube = { version = "^0.87.1", default-features = false, features = ["derive"] }
15
k8s-openapi = { version = "0.20.0", features = ["v1_28"] }
16
schemars = "0.8.16"
17
-serde = { version = "1.0.192", features = ["derive"] }
+serde = { version = "1.0.193", features = ["derive"] }
18
serde_json = "1.0.108"
19
serde_yaml = "0.9.27"
20
@@ -25,4 +25,4 @@ kube = { version = "^0.87.1" }
25
k8s-openapi = { version = "0.20.0" , features = ["v1_28"] }
26
tokio = { version = "1.34.0", features = ["macros"] }
27
tower = "0.4.13"
28
-uuid = { version = "1.5.0", features = ["v4", "fast-rng"] }
+uuid = { version = "1.6.1", features = ["v4", "fast-rng"] }
0 commit comments