Skip to content

Commit 4b24ffe

Browse files
sypharGuillaumeGomez
authored andcommitted
downgrade axum-extra to non-yanked version
1 parent 29a0e81 commit 4b24ffe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -80,7 +80,7 @@ serde_with = "3.4.0"
8080
# axum dependencies
8181
async-trait = "0.1.83"
8282
axum = { version = "0.8.1", features = ["macros"] }
83-
axum-extra = { version = "0.11.0", features = ["typed-header"] }
83+
axum-extra = { version = "0.10.0", features = ["typed-header"] }
8484
tower = "0.5.1"
8585
tower-http = { version = "0.6.0", features = ["fs", "trace", "timeout", "catch-panic"] }
8686
mime = "0.3.16"

0 commit comments

Comments
 (0)