diff --git a/Cargo.toml b/Cargo.toml index 9ad397c..7dfc32b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ uuid = { version = "1.23.3", features = ["v4", "serde"] } dotenvy = { version = "0.15.7" } const_format = { version = "0.2.36" } josekit = { version = "0.10.3" } -utoipa = { version = "5.4.0", features = ["uuid", "time"] } +utoipa = { version = "5.5.0", features = ["uuid", "time"] } [features] default = ["full"]