Skip to content

Commit 27829c7

Browse files
authored
crates_io_database: Fix utoipa dependency declaration (#10762)
1 parent 7365262 commit 27829c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/crates_io_database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sha2 = "=0.10.8"
2525
thiserror = "=2.0.12"
2626
tracing = "=0.1.41"
2727
unicode-xid = "=0.2.6"
28-
utoipa = "=5.3.1"
28+
utoipa = { version = "=5.3.1", features = ["chrono"] }
2929

3030
[dev-dependencies]
3131
claims = "=0.8.0"

0 commit comments

Comments
 (0)