Skip to content

Commit cc57e33

Browse files
committed
axum_extra: enable query feature flag
1 parent 6102a4b commit cc57e33

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Cargo.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ syn2mas = { path = "./crates/syn2mas", version = "=1.4.0-rc.1" }
6767
# OpenAPI schema generation and validation
6868
[workspace.dependencies.aide]
6969
version = "0.14.2"
70-
features = ["axum", "axum-extra", "axum-json", "axum-query", "macros"]
70+
features = ["axum", "axum-extra", "axum-extra-query", "axum-json", "axum-query", "macros"]
7171

7272
# An `Arc` that can be atomically updated
7373
[workspace.dependencies.arc-swap]
@@ -101,7 +101,7 @@ version = "0.8.6"
101101
# Extra utilities for Axum
102102
[workspace.dependencies.axum-extra]
103103
version = "0.10.3"
104-
features = ["cookie-private", "cookie-key-expansion", "typed-header"]
104+
features = ["cookie-private", "cookie-key-expansion", "typed-header", "query"]
105105

106106
# Axum macros
107107
[workspace.dependencies.axum-macros]

0 commit comments

Comments
 (0)