diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml index a8f256a..9e0a912 100644 --- a/crates/server/Cargo.toml +++ b/crates/server/Cargo.toml @@ -65,7 +65,7 @@ regex = "1.11.1" rocket = { version = "0.5.1", features = ["tls"] } rocket_okapi = { version = "0.9.0", features = ["swagger", "rapidoc"] } rocket_sync_db_pools = { version = "0.1.0", features = ["diesel_sqlite_pool"] } -schemars = "0.8.1" +schemars = "1.0.4" serde = "1.0.217" serde_json = "1.0.138" tao = "0.31.1"