From 745c50cca993978068f4833fc0688cea35b0b044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 21:37:13 +0000 Subject: [PATCH] Update utoipa requirement from 3 to 4 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.0...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 0d0c7cf..b1b24c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ thiserror = "1.0.43" tracing = "0.1.37" toml = "0.8.0" ureq = { version = "2.5.0", features = ["json"] } -utoipa = { version = "3", features = ["axum_extras", "uuid", "chrono"] } +utoipa = { version = "4", features = ["axum_extras", "uuid", "chrono"] } url = "2.3.1" validator = { version = "0.16.0", features = ["derive"] }