From ca8686244d18fb0c4ffb4e782d58a7f2889f6557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 08:01:01 +0000 Subject: [PATCH] Bump utoipa from 5.3.0 to 5.3.1 Bumps [utoipa](https://github.com/juhaku/utoipa) from 5.3.0 to 5.3.1. - [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-5.3.0...utoipa-5.3.1) --- updated-dependencies: - dependency-name: utoipa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8bbaf091..83c65233 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3844,9 +3844,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "utoipa" -version = "5.3.0" +version = "5.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68e76d357bc95c7d0939c92c04c9269871a8470eea39cb1f0231eeadb0c47d0f" +checksum = "435c6f69ef38c9017b4b4eea965dfb91e71e53d869e896db40d1cf2441dd75c0" dependencies = [ "indexmap 2.7.0", "serde", @@ -3856,9 +3856,9 @@ dependencies = [ [[package]] name = "utoipa-gen" -version = "5.3.0" +version = "5.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "564b03f8044ad6806bdc0d635e88be24967e785eef096df6b2636d2cc1e05d4b" +checksum = "a77d306bc75294fd52f3e99b13ece67c02c1a2789190a6f31d32f736624326f7" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index d0252a3d..81479f7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ regex = "1.11.0" xml-builder = "0.5.2" diesel = { version = "2.2.6", features = ["chrono", "r2d2"] } r2d2 = "0.8.10" -utoipa = { version = "5.3.0", features = ["actix_extras", "chrono"] } +utoipa = { version = "5.3.1", features = ["actix_extras", "chrono"] } futures = "0.3.31" utoipa-swagger-ui = {version = "8.1.0", features = ["actix-web"] } clokwerk= "0.4.0"