We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5094d12 commit 6cee347Copy full SHA for 6cee347
gateway-api/Cargo.toml
@@ -16,7 +16,7 @@ kube = { version = "0.96.0", default-features = false, features = ["derive"] }
16
k8s-openapi = { version = "0.23.0", features = [ "schemars" ] }
17
schemars = "0.8.21"
18
serde = { version = "1.0.210", features = ["derive"] }
19
-serde_json = "1.0.130"
+serde_json = "1.0.131"
20
serde_yaml = "0.9.34"
21
regex = { package = "regex-lite", version = "0.1.6" }
22
delegate = "0.13.1"
0 commit comments