Release axum 0.8.6 and related crates

This commit is contained in:
David Mládek
2025-09-30 12:03:26 +02:00
parent 4a50581968
commit c1bb9c3e90
4 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -9,7 +9,7 @@ license = "MIT"
name = "axum-extra"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.10.2"
version = "0.10.3"
[features]
default = ["tracing"]
@@ -47,8 +47,8 @@ typed-routing = ["dep:axum-macros", "dep:percent-encoding", "dep:serde_html_form
__private_docs = ["axum/json", "dep:serde", "dep:tower"]
[dependencies]
axum = { path = "../axum", version = "0.8.5", default-features = false, features = ["original-uri"] }
axum-core = { path = "../axum-core", version = "0.5.3" }
axum = { path = "../axum", version = "0.8.6", default-features = false, features = ["original-uri"] }
axum-core = { path = "../axum-core", version = "0.5.5" }
bytes = "1.1.0"
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
http = "1.0.0"