Skip to content

Commit

Permalink
Bump utoipa version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Dec 2, 2023
1 parent 0746897 commit fe105fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "amp-common"
description = "Rust libraries shared across Amphitheatre components and libraries"
version = "0.5.5"
version = "0.5.6"
edition = "2021"
license = "Apache-2.0"
homepage = "https://amphitheatre.app"
Expand Down Expand Up @@ -29,7 +29,7 @@ thiserror = "1.0.43"
tracing = "0.1.37"
toml = "0.8.0"
ureq = { version = "2.5.0", features = ["json"] }
utoipa = { version = "3", features = ["axum_extras", "uuid", "chrono"] }
utoipa = { version = "4.1.0", features = ["axum_extras", "uuid", "chrono"] }
url = "2.3.1"
validator = { version = "0.16.0", features = ["derive"] }

Expand Down

0 comments on commit fe105fa

Please sign in to comment.