Skip to content

Commit 6cee347

Browse files
committed
chore: update serde_json dep to 1.0.131
Signed-off-by: Shane Utt <[email protected]>
1 parent 5094d12 commit 6cee347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateway-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ kube = { version = "0.96.0", default-features = false, features = ["derive"] }
1616
k8s-openapi = { version = "0.23.0", features = [ "schemars" ] }
1717
schemars = "0.8.21"
1818
serde = { version = "1.0.210", features = ["derive"] }
19-
serde_json = "1.0.130"
19+
serde_json = "1.0.131"
2020
serde_yaml = "0.9.34"
2121
regex = { package = "regex-lite", version = "0.1.6" }
2222
delegate = "0.13.1"

0 commit comments

Comments
 (0)