mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-07 00:00:12 +02:00
Release axum 0.8.6 and related crates
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user