diff --git a/Cargo.toml b/Cargo.toml index 48320b6..1ac4afb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -174,7 +174,7 @@ tonic = { version = "0.14.2", features = [ "tls-aws-lc", ], optional = true } rocket_okapi = { version = "0.9.0", optional = true, default-features = false } -schemars = {version = "0.8.21", optional = true} +schemars = {version = "1.0.0", optional = true} [dev-dependencies] chrono = "0.4.38"