From cd584a1d501ca3f0a026a478ee030081dabe6273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:51:12 +0000 Subject: [PATCH] Update utoipa requirement from 4.2.0 to 5.1.3 Updates the requirements on [utoipa](https://github.com/juhaku/utoipa) to permit the latest version. - [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.0...utoipa-5.1.3) --- updated-dependencies: - dependency-name: utoipa dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b0fad5d..e4a9fc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ env_logger = "0.11.0" axum = { version = "0.7.4", features = ["macros"] } tokio = { version = "1.36.0", features = ["full"] } tower-http = { version = "0.6.1", features = ["cors"] } -utoipa = { version = "4.2.0", features = ["axum_extras"] } +utoipa = { version = "5.1.3", features = ["axum_extras"] } utoipa-swagger-ui = { version = "7", features = ["axum"] } hyper = { version = "1.2.0", features = ["full"] } postgres = { version = "0.19.7"}