From d83fcb9f2c251820c9edb97bbfa040f83ab76264 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 23:52:40 +0000 Subject: [PATCH] fix(deps): update rust crate utoipa-scalar to 0.3.0 --- Cargo.lock | 4 ++-- sbv2_api/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 477ad4e..bac75b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2472,9 +2472,9 @@ dependencies = [ [[package]] name = "utoipa-scalar" -version = "0.2.1" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "088e93bf19f6bd06e0aacb02ca432b3c5a449c4aec2e4aa9fc333a667f2b2c55" +checksum = "59559e1509172f6b26c1cdbc7247c4ddd1ac6560fe94b584f81ee489b141f719" dependencies = [ "axum", "serde", diff --git a/sbv2_api/Cargo.toml b/sbv2_api/Cargo.toml index 6cddb90..491759b 100644 --- a/sbv2_api/Cargo.toml +++ b/sbv2_api/Cargo.toml @@ -13,7 +13,7 @@ sbv2_core = { version = "0.2.0-alpha2", path = "../sbv2_core", features = ["aivm serde = { version = "1.0.210", features = ["derive"] } tokio = { version = "1.40.0", features = ["full"] } utoipa = { version = "5.0.0", features = ["axum_extras"] } -utoipa-scalar = { version = "0.2.0", features = ["axum"] } +utoipa-scalar = { version = "0.3.0", features = ["axum"] } [features] coreml = ["sbv2_core/coreml"]