diff --git a/Cargo.lock b/Cargo.lock index f115b041..a13a758b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2859,7 +2859,7 @@ dependencies = [ "tracing", "tracing-subscriber", "tracing-test", - "utoipa 4.2.3", + "utoipa 5.2.0", "utoipa-actix-web", "utoipa-swagger-ui", "uuid", @@ -5312,6 +5312,7 @@ dependencies = [ "indexmap", "serde", "serde_json", + "serde_yaml", "utoipa-gen 5.2.0", ] @@ -5347,6 +5348,7 @@ checksum = "5629efe65599d0ccd5d493688cbf6e03aa7c1da07fe59ff97cf5977ed0637f66" dependencies = [ "proc-macro2", "quote", + "regex", "syn 2.0.87", ] diff --git a/Cargo.toml b/Cargo.toml index 0ecdd817..b5ce655d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ tracing-subscriber = "0.3" tracing = { version = "0.1", features = ["log"] } uuid = { version = "1.11", features = ["fast-rng", "serde"] } zstd = "0.13" -utoipa = { version = "4.2.3", features = ["actix_extras", "chrono", "indexmap", "openapi_extensions", "preserve_order", "yaml"] } +utoipa = { version = "5.2.0", features = ["actix_extras", "chrono", "indexmap", "openapi_extensions", "preserve_order", "yaml"] } utoipa-swagger-ui = { version = "7.0.1", features = ["actix-web"] } utoipa-actix-web = "0.1.2"