Skip to content

Commit 737cbeb

Browse files
committed
add newly needed features to axum-extra
1 parent b385080 commit 737cbeb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ serde_with = "3.4.0"
8484
# axum dependencies
8585
async-trait = "0.1.83"
8686
axum = { version = "0.8.1", features = ["macros"] }
87-
axum-extra = { version = "0.12.0", features = ["typed-header"] }
87+
axum-extra = { version = "0.12.0", features = ["typed-header", "routing", "middleware"] }
8888
tower = "0.5.1"
8989
tower-http = { version = "0.6.0", features = ["fs", "trace", "timeout", "catch-panic"] }
9090
mime = "0.3.16"

0 commit comments

Comments
 (0)