Skip to content

Commit 63bc9e2

Browse files
committed
axum-extra: Enable middleware feature
1 parent 41ba17d commit 63bc9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ aws-credential-types = { version = "=1.2.8", features = ["hardcoded-credentials"
6060
aws-sdk-cloudfront = "=1.100.0"
6161
aws-sdk-sqs = "=1.88.0"
6262
axum = { version = "=0.8.6", features = ["macros", "matched-path"] }
63-
axum-extra = { version = "=0.12.1", features = ["erased-json", "query", "typed-header"] }
63+
axum-extra = { version = "=0.12.1", features = ["erased-json", "middleware", "query", "typed-header"] }
6464
base64 = "=0.22.1"
6565
bigdecimal = { version = "=0.4.9", features = ["serde"] }
6666
bon = "=3.8.1"

0 commit comments

Comments
 (0)