Skip to content

Commit 9c9c6fc

Browse files
fix(deps): update rust crate schemars to 0.9.0
1 parent dddac07 commit 9c9c6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ k8s-openapi = { version = "0.23.0", features = ["v1_30"] }
3232
kube = { version = "0.97.0", default-features = false, features = ["runtime", "derive", "client", "rustls-tls", "ws"] } #todo: ws in only required in dev
3333
log = "0.4.21"
3434
postgres-protocol = "0.6.6"
35-
schemars = "0.8.17"
35+
schemars = "0.9.0"
3636
serde = { version = "1.0.200", features = ["derive", "serde_derive"] }
3737
serde_json = "1.0.116"
3838
serde_yaml = "0.9.33"

0 commit comments

Comments
 (0)