From c0015f37cdeddb0e24e0171e62bc49065c33f5c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 13:00:22 +0000 Subject: [PATCH] Update utoipa requirement from 3.0.1 to 4.1.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.1.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..6cc8c06 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.1.0" refinery = { version = "0.8.4", features = ["tokio-postgres"] } ciborium = "0.2.0" async-trait = "0.1.53"