Skip to content

Commit ea8491d

Browse files
fix(deps): update rust crate schemars to 0.9.0
1 parent 6692e1d commit ea8491d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/zitadel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ tonic = { version = "0.14.2", features = [
119119
"tls-ring",
120120
], optional = true }
121121
rocket_okapi = { version = "0.9.0", optional = true, default-features = false }
122-
schemars = {version = "0.8.21", optional = true}
122+
schemars = {version = "0.9.0", optional = true}
123123

124124
zitadel-gen = { path = "../zitadel-gen", version = "2.71", optional = true }
125125

0 commit comments

Comments
 (0)