Skip to content

Commit 45f27a4

Browse files
committed
chore: upgrade deps
Signed-off-by: Shane Utt <[email protected]>
1 parent f453dea commit 45f27a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ edition = "2021"
1414
kube = { version = "^0.87.1", default-features = false, features = ["derive"] }
1515
k8s-openapi = { version = "0.20.0", features = ["v1_28"] }
1616
schemars = "0.8.16"
17-
serde = { version = "1.0.192", features = ["derive"] }
17+
serde = { version = "1.0.193", features = ["derive"] }
1818
serde_json = "1.0.108"
1919
serde_yaml = "0.9.27"
2020

@@ -25,4 +25,4 @@ kube = { version = "^0.87.1" }
2525
k8s-openapi = { version = "0.20.0" , features = ["v1_28"] }
2626
tokio = { version = "1.34.0", features = ["macros"] }
2727
tower = "0.4.13"
28-
uuid = { version = "1.5.0", features = ["v4", "fast-rng"] }
28+
uuid = { version = "1.6.1", features = ["v4", "fast-rng"] }

0 commit comments

Comments
 (0)