From 179544573e36399429ffdc072d251b725bcccd9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 12:08:19 +0000 Subject: [PATCH] chore(deps): bump utoipa from 4.2.3 to 5.3.0 Bumps [utoipa](https://github.com/juhaku/utoipa) from 4.2.3 to 5.3.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.3.0) --- updated-dependencies: - dependency-name: utoipa dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 31 +++++++++++++++++++++++++++---- apps/server/Cargo.toml | 2 +- 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a84fe0a1..5fa986b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3405,7 +3405,7 @@ dependencies = [ [[package]] name = "markflowy" -version = "0.17.0" +version = "0.18.0" dependencies = [ "anyhow", "cocoa", @@ -3565,7 +3565,7 @@ dependencies = [ "tracing-subscriber", "ulid", "url", - "utoipa", + "utoipa 5.3.0", "utoipa-swagger-ui", "uuid", "validator", @@ -7336,7 +7336,19 @@ dependencies = [ "indexmap 2.6.0", "serde", "serde_json", - "utoipa-gen", + "utoipa-gen 4.3.1", +] + +[[package]] +name = "utoipa" +version = "5.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68e76d357bc95c7d0939c92c04c9269871a8470eea39cb1f0231eeadb0c47d0f" +dependencies = [ + "indexmap 2.6.0", + "serde", + "serde_json", + "utoipa-gen 5.3.0", ] [[package]] @@ -7346,6 +7358,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "20c24e8ab68ff9ee746aad22d39b5535601e6416d1b0feeabf78be986a5c4392" dependencies = [ "proc-macro-error", + "proc-macro2", + "quote", + "syn 2.0.87", +] + +[[package]] +name = "utoipa-gen" +version = "5.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "564b03f8044ad6806bdc0d635e88be24967e785eef096df6b2636d2cc1e05d4b" +dependencies = [ "proc-macro2", "quote", "regex", @@ -7364,7 +7387,7 @@ dependencies = [ "rust-embed", "serde", "serde_json", - "utoipa", + "utoipa 4.2.3", "zip 0.6.6", ] diff --git a/apps/server/Cargo.toml b/apps/server/Cargo.toml index d1acdfac..c27c67da 100644 --- a/apps/server/Cargo.toml +++ b/apps/server/Cargo.toml @@ -27,7 +27,7 @@ async-graphql = { version = "7.0.11", features = ["uuid", "chrono", "log"] } async-graphql-axum = "7.0.11" # Rest -utoipa = { version = "4.2.0", features = ["axum_extras"] } +utoipa = { version = "5.3.0", features = ["axum_extras"] } utoipa-swagger-ui = { version = "6.0.0", features = ["axum"] } # Database