From 22b5570a1bab66be60d429d371057a856a48905f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 09:56:46 +0000 Subject: [PATCH] Update utoipa-swagger-ui requirement from 3.1.3 to 6.0.0 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) - [Commits](https://github.com/juhaku/utoipa/compare/utoipa-swagger-ui-3.1.3...utoipa-swagger-ui-6.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 60e73f5..566cfdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,5 +31,5 @@ axum = { version = "0.6.1", features = ["headers", "macros"] } tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] } tower-http = { version = "0.5.0", features = ["cors"] } utoipa = { version = "3.3.0", features = ["axum_extras"] } -utoipa-swagger-ui = { version = "3.1.3", features = ["axum"] } +utoipa-swagger-ui = { version = "6.0.0", features = ["axum"] } hyper = { version = "0.14", features = ["full"] } \ No newline at end of file