From c7d6a316bd9266173086ecab3e33793f19ecd389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 09:41:30 +0000 Subject: [PATCH] build(deps): bump aide from 0.13.4 to 0.13.5 Bumps [aide](https://github.com/tamasfe/aide) from 0.13.4 to 0.13.5. - [Release notes](https://github.com/tamasfe/aide/releases) - [Commits](https://github.com/tamasfe/aide/commits) --- updated-dependencies: - dependency-name: aide dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a440df84..ae715be61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -85,9 +85,9 @@ dependencies = [ [[package]] name = "aide" -version = "0.13.4" +version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b0e3b97a21e41ec5c19bfd9b4fc1f7086be104f8b988681230247ffc91cc8ed" +checksum = "5678d2978845ddb4bd736a026f467dd652d831e9e6254b0e41b07f7ee7523309" dependencies = [ "aide-macros", "axum", @@ -4070,7 +4070,7 @@ dependencies = [ "sha1", "sha2", "sprintf", - "thiserror 1.0.69", + "thiserror 2.0.9", "tokio", "tracing", "urlencoding", diff --git a/Cargo.toml b/Cargo.toml index 697a99cad..727a02630 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ oauth2-types = { path = "./crates/oauth2-types/", version = "=0.12.0" } # OpenAPI schema generation and validation [workspace.dependencies.aide] -version = "0.13.4" +version = "0.13.5" features = ["axum", "axum-headers", "macros"] # GraphQL server