We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6692e1d commit f6f42dfCopy full SHA for f6f42df
1 file changed
crates/zitadel/Cargo.toml
@@ -119,7 +119,7 @@ tonic = { version = "0.14.2", features = [
119
"tls-ring",
120
], optional = true }
121
rocket_okapi = { version = "0.9.0", optional = true, default-features = false }
122
-schemars = {version = "0.8.21", optional = true}
+schemars = {version = "1.0.0", optional = true}
123
124
zitadel-gen = { path = "../zitadel-gen", version = "2.71", optional = true }
125
0 commit comments