From 91cac94e6a215c56f3a471e94c257191bf5d042d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 12:12:07 +0000 Subject: [PATCH] Update utoipa requirement from 3.0.1 to 4.0.0 Updates the requirements on [utoipa](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-3.0.1...utoipa-4.0.0) --- 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 955ceff..6691476 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ bb8-postgres = "0.8.1" rand = "0.8.5" metrics = "0.21.0" metrics-exporter-prometheus = "0.12.0" -utoipa = "3.0.1" +utoipa = "4.0.0" refinery = { version = "0.8.4", features = ["tokio-postgres"] } ciborium = "0.2.0" async-trait = "0.1.53"