@@ -9,7 +9,7 @@ license = "MIT"
99name = " axum-extra"
1010readme = " README.md"
1111repository = " https://github.com/tokio-rs/axum"
12- version = " 0.9.3 "
12+ version = " 0.9.4 "
1313
1414[features ]
1515default = [" tracing" ]
@@ -39,8 +39,8 @@ typed-header = ["dep:headers"]
3939typed-routing = [" dep:axum-macros" , " dep:percent-encoding" , " dep:serde_html_form" , " dep:form_urlencoded" ]
4040
4141[dependencies ]
42- axum = { path = " ../axum" , version = " 0.7.2 " , default-features = false }
43- axum-core = { path = " ../axum-core" , version = " 0.4.3 " }
42+ axum = { path = " ../axum" , version = " 0.7.6 " , default-features = false }
43+ axum-core = { path = " ../axum-core" , version = " 0.4.4 " }
4444bytes = " 1.1.0"
4545futures-util = { version = " 0.3" , default-features = false , features = [" alloc" ] }
4646http = " 1.0.0"
@@ -54,7 +54,7 @@ tower-layer = "0.3"
5454tower-service = " 0.3"
5555
5656# optional dependencies
57- axum-macros = { path = " ../axum-macros" , version = " 0.4.1 " , optional = true }
57+ axum-macros = { path = " ../axum-macros" , version = " 0.4.2 " , optional = true }
5858cookie = { package = " cookie" , version = " 0.18.0" , features = [" percent-encode" ], optional = true }
5959form_urlencoded = { version = " 1.1.0" , optional = true }
6060headers = { version = " 0.4.0" , optional = true }
0 commit comments