From e86b3d1781c7dabb787527042dabc1c304e3e5f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:20:17 +0200 Subject: [PATCH] fix(deps): update rust crate utoipauto to 0.1.14 (#338) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- backend/Cargo.lock | 4 ++-- backend/backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 45dd7889..258d9476 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -4323,9 +4323,9 @@ dependencies = [ [[package]] name = "utoipauto" -version = "0.1.12" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4713aabc5ed18aabcd594345b48983b112c0b5dab3d24754352e7f5cf924da03" +checksum = "608b8f2279483be386261655b562e40877ea434eb92093c894a644fda2021860" dependencies = [ "utoipauto-macro", ] diff --git a/backend/backend/Cargo.toml b/backend/backend/Cargo.toml index 63a0487c..cc9b3c1e 100644 --- a/backend/backend/Cargo.toml +++ b/backend/backend/Cargo.toml @@ -56,7 +56,7 @@ serde_yml = "0.0.11" utoipa.workspace = true utoipa-swagger-ui = { version = "7.1.0", features = ["actix-web", "debug-embed", "reqwest"] } utoipa-scalar = { version = "0.1", features = ["actix-web"] } -utoipauto = { version = "0.1.12", features = ["generic_full_path"] } +utoipauto = { version = "0.1.14", features = ["generic_full_path"] } # Logging tracing.workspace = true