Skip to content

Commit

Permalink
Use utoipa v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb authored and idubrov committed Oct 9, 2023
1 parent 040ee26 commit 0bd3d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -19,11 +19,11 @@ serde = { version = "1.0.159", features = ["derive"] }
serde_json = "1.0.95"
thiserror = "1.0.40"
treediff = { version = "4.0.2", features = ["with-serde-json"], optional = true }
utoipa = { version = "3.3.0", optional = true }
utoipa = { version = "4.0", optional = true }

[dev-dependencies]
expectorate = "1.0"
rand = "0.8.5"
serde_json = { version = "1.0.95", features = ["preserve_order"] }
serde_yaml = "0.9.19"
utoipa = { version = "3.3.0", features = ["debug"] }
utoipa = { version = "4.0", features = ["debug"] }

0 comments on commit 0bd3d99

Please sign in to comment.