From 8a66ece29d9454cbc6664e1f562c27da0a0ec443 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Thu, 6 Nov 2025 17:40:15 +0100 Subject: [PATCH] Update aide to 0.15.1 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43b6c8910..0be92c13d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5244,9 +5244,9 @@ dependencies = [ [[package]] name = "schemars" -version = "1.0.4" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0" +checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289" dependencies = [ "dyn-clone", "ref-cast", @@ -5614,7 +5614,7 @@ dependencies = [ "indexmap 1.9.3", "indexmap 2.11.4", "schemars 0.9.0", - "schemars 1.0.4", + "schemars 1.1.0", "serde", "serde_derive", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 76a60ee5a..1f263a100 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ syn2mas = { path = "./crates/syn2mas", version = "=1.6.0-rc.0" } # OpenAPI schema generation and validation [workspace.dependencies.aide] -version = "0.15.0" +version = "0.15.1" features = ["axum", "axum-extra", "axum-extra-query", "axum-json", "macros"] # An `Arc` that can be atomically updated