Skip to content

Commit 0bd3d99

Browse files
jayvdbidubrov
authored andcommitted
Use utoipa v4
1 parent 040ee26 commit 0bd3d99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ serde = { version = "1.0.159", features = ["derive"] }
1919
serde_json = "1.0.95"
2020
thiserror = "1.0.40"
2121
treediff = { version = "4.0.2", features = ["with-serde-json"], optional = true }
22-
utoipa = { version = "3.3.0", optional = true }
22+
utoipa = { version = "4.0", optional = true }
2323

2424
[dev-dependencies]
2525
expectorate = "1.0"
2626
rand = "0.8.5"
2727
serde_json = { version = "1.0.95", features = ["preserve_order"] }
2828
serde_yaml = "0.9.19"
29-
utoipa = { version = "3.3.0", features = ["debug"] }
29+
utoipa = { version = "4.0", features = ["debug"] }

0 commit comments

Comments
 (0)