mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-03 00:00:07 +02:00
chore: release
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.12.6"
|
||||
version = "0.13.0"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
@@ -98,7 +98,7 @@ with-rejection = ["dep:axum"]
|
||||
__private_docs = ["axum/json", "axum/query", "dep:serde", "dep:tower"]
|
||||
|
||||
[dependencies]
|
||||
axum-core = { path = "../axum-core", version = "0.5.6" }
|
||||
axum-core = { path = "../axum-core", version = "0.5.7" }
|
||||
bytes = "1.1.0"
|
||||
futures-core = "0.3"
|
||||
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
|
||||
@@ -111,8 +111,8 @@ tower-layer = "0.3"
|
||||
tower-service = "0.3"
|
||||
|
||||
# optional dependencies
|
||||
axum = { path = "../axum", version = "0.8.9", default-features = false, optional = true }
|
||||
axum-macros = { path = "../axum-macros", version = "0.5.1", optional = true }
|
||||
axum = { path = "../axum", version = "0.9.0", default-features = false, optional = true }
|
||||
axum-macros = { path = "../axum-macros", version = "0.5.2", optional = true }
|
||||
cookie = { package = "cookie", version = "0.18.0", features = ["percent-encode"], optional = true }
|
||||
fastrand = { version = "2.1.0", optional = true }
|
||||
form_urlencoded = { version = "1.1.0", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user