Skip to content

Commit 4c46cb7

Browse files
committed
fix deps
1 parent a822aaf commit 4c46cb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cot-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ http-body-util.workspace = true
2929
http-body.workspace = true
3030
http.workspace = true
3131
indexmap.workspace = true
32-
schemars = { workspace = true, optional = true }
32+
schemars = { workspace = true, optional = true, features = ["derive"] }
3333
serde = { workspace = true, features = ["derive"] }
3434
serde_html_form = { workspace = true, features = ["de", "std"] }
3535
serde_json.workspace = true

cot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ multer.workspace = true
5050
password-auth = { workspace = true, features = ["std", "argon2"] }
5151
pin-project-lite.workspace = true
5252
redis = { workspace = true, features = ["aio", "tokio-comp"], optional = true }
53-
schemars = { workspace = true, optional = true }
53+
schemars = { workspace = true, optional = true, features = ["derive"] }
5454
sea-query = { workspace = true, optional = true }
5555
sea-query-binder = { workspace = true, features = ["with-chrono", "runtime-tokio"], optional = true }
5656
serde = { workspace = true, features = ["derive"] }

0 commit comments

Comments
 (0)