Skip to content

Commit 093f8df

Browse files
fix(deps): update rust crate schemars to 0.9.0
1 parent 0f13d1f commit 093f8df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ tonic = { version = "0.14.2", features = [
174174
"tls-aws-lc",
175175
], optional = true }
176176
rocket_okapi = { version = "0.9.0", optional = true, default-features = false }
177-
schemars = {version = "0.8.21", optional = true}
177+
schemars = {version = "0.9.0", optional = true}
178178

179179
[dev-dependencies]
180180
chrono = "0.4.38"

0 commit comments

Comments
 (0)