Skip to content

Commit

Permalink
Fix utoipa-gen dependency version (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaku committed May 6, 2024
1 parent 19fb23c commit 2de0fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utoipa/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "utoipa"
description = "Compile time generated OpenAPI documentation for Rust"
version = "4.2.1"
version = "4.2.2"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down Expand Up @@ -49,7 +49,7 @@ auto_into_responses = ["utoipa-gen/auto_into_responses"]
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
serde_yaml = { version = "0.9", optional = true }
utoipa-gen = { version = "4.2.0", path = "../utoipa-gen" }
utoipa-gen = { version = "4.3.0", path = "../utoipa-gen" }
indexmap = { version = "2", features = ["serde"] }

[dev-dependencies]
Expand Down

0 comments on commit 2de0fb7

Please sign in to comment.