From bec694a0b795bce5442dc591a3a14259367fc696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 19:46:37 +0000 Subject: [PATCH] deps(rust): update utoipa requirement from 4.0.0 to 5.1.1 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.0.0...utoipa-4.2.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 3cb7dbd..806ab46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ kanidm_utils_users = { path = "./src/users" } walkdir = "2" csv = "1.2.2" notify-debouncer-full = { version = "0.3" } -utoipa = "4.0.0" +utoipa = "5.1.2" utoipa-swagger-ui = "4.0.0" opentelemetry = { version = "0.20.0" } opentelemetry_api = { version = "0.20.0", features = ["logs", "metrics"] }