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