diff --git a/Cargo.lock b/Cargo.lock index b80939ba..cb1a788a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2856,7 +2856,7 @@ dependencies = [ "tracing", "tracing-subscriber", "tracing-test", - "utoipa 4.2.3", + "utoipa 5.2.0", "utoipa-actix-web", "utoipa-swagger-ui 7.1.0", "uuid", @@ -5328,7 +5328,6 @@ dependencies = [ "indexmap", "serde", "serde_json", - "serde_yaml", "utoipa-gen 4.3.1", ] @@ -5365,7 +5364,6 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "regex", "syn 2.0.87", ] diff --git a/Cargo.toml b/Cargo.toml index aa00df5a..aadb65d3 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"