From 283b04bd57485af20b6b5b955d8d3eb69aa60ff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:38:45 +0000 Subject: [PATCH] Update utoipa-swagger-ui requirement from 7 to 8 Updates the requirements on [utoipa-swagger-ui](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-swagger-ui-7.0.0...utoipa-swagger-ui-8.0.0) --- updated-dependencies: - dependency-name: utoipa-swagger-ui 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 eab9ab8..ad3e800 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ axum = { version = "0.7.4", features = ["macros"] } tokio = { version = "1.36.0", features = ["full"] } tower-http = { version = "0.5.0", features = ["cors"] } utoipa = { version = "4.2.0", features = ["axum_extras"] } -utoipa-swagger-ui = { version = "7", features = ["axum"] } +utoipa-swagger-ui = { version = "8", features = ["axum"] } hyper = { version = "1.2.0", features = ["full"] } postgres = { version = "0.19.7"} sea-orm = {version = "0.12", features = ["runtime-tokio-rustls", "sqlx-postgres"]} \ No newline at end of file