From c166c3e347e71a2f3cddb80ce7406eb24819c690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:39:38 +0000 Subject: [PATCH] build(deps): bump utoipa from 4.2.3 to 5.2.0 Bumps [utoipa](https://github.com/juhaku/utoipa) from 4.2.3 to 5.2.0. - [Release notes](https://github.com/juhaku/utoipa/releases) - [Changelog](https://github.com/juhaku/utoipa/blob/master/utoipa-rapidoc/CHANGELOG.md) - [Commits](https://github.com/juhaku/utoipa/compare/utoipa-4.2.3...utoipa-5.2.0) --- updated-dependencies: - dependency-name: utoipa dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d1c07456..90b33d35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2731,7 +2731,7 @@ dependencies = [ "tracing", "tracing-subscriber", "tracing-test", - "utoipa 4.2.3", + "utoipa 5.2.0", "utoipa-actix-web", "utoipa-swagger-ui", "uuid", @@ -5214,6 +5214,7 @@ dependencies = [ "indexmap", "serde", "serde_json", + "serde_yaml", "utoipa-gen 5.2.0", ] @@ -5249,6 +5250,7 @@ checksum = "5629efe65599d0ccd5d493688cbf6e03aa7c1da07fe59ff97cf5977ed0637f66" dependencies = [ "proc-macro2", "quote", + "regex", "syn 2.0.85", ] 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"