From 0545c9c30d37ddc0cb83d15364e3200e2ccdd5ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 09:46:46 +0000 Subject: [PATCH] Update utoipa-swagger-ui requirement from 7 to 9 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-9.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 b0fad5d..bbcc2d6 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.6.1", features = ["cors"] } utoipa = { version = "4.2.0", features = ["axum_extras"] } -utoipa-swagger-ui = { version = "7", features = ["axum"] } +utoipa-swagger-ui = { version = "9", features = ["axum"] } hyper = { version = "1.2.0", features = ["full"] } postgres = { version = "0.19.7"} sea-orm = {version = "1.1", features = ["runtime-tokio-rustls", "sqlx-postgres"]} \ No newline at end of file