@@ -9,7 +9,7 @@ license = "MIT"
9
9
name = " axum-extra"
10
10
readme = " README.md"
11
11
repository = " https://github.com/tokio-rs/axum"
12
- version = " 0.9.4 "
12
+ version = " 0.10.0-alpha.1 "
13
13
14
14
[features ]
15
15
default = [" tracing" , " multipart" ]
@@ -39,8 +39,8 @@ typed-header = ["dep:headers"]
39
39
typed-routing = [" dep:axum-macros" , " dep:percent-encoding" , " dep:serde_html_form" , " dep:form_urlencoded" ]
40
40
41
41
[dependencies ]
42
- axum = { path = " ../axum" , version = " 0.7.7 " , default-features = false }
43
- axum-core = { path = " ../axum-core" , version = " 0.4.5 " }
42
+ axum = { path = " ../axum" , version = " 0.8.0-alpha.1 " , default-features = false }
43
+ axum-core = { path = " ../axum-core" , version = " 0.5.0-alpha.1 " }
44
44
bytes = " 1.1.0"
45
45
futures-util = { version = " 0.3" , default-features = false , features = [" alloc" ] }
46
46
http = " 1.0.0"
@@ -54,7 +54,7 @@ tower-layer = "0.3"
54
54
tower-service = " 0.3"
55
55
56
56
# optional dependencies
57
- axum-macros = { path = " ../axum-macros" , version = " 0.4.2 " , optional = true }
57
+ axum-macros = { path = " ../axum-macros" , version = " 0.5.0-alpha.1 " , optional = true }
58
58
cookie = { package = " cookie" , version = " 0.18.0" , features = [" percent-encode" ], optional = true }
59
59
fastrand = { version = " 2.1.0" , optional = true }
60
60
form_urlencoded = { version = " 1.1.0" , optional = true }
@@ -71,7 +71,7 @@ tokio-util = { version = "0.7", optional = true }
71
71
tracing = { version = " 0.1.37" , default-features = false , optional = true }
72
72
73
73
[dev-dependencies ]
74
- axum = { path = " ../axum" , version = " 0.7.2 " }
74
+ axum = { path = " ../axum" , version = " 0.8.0-alpha.1 " }
75
75
hyper = " 1.0.0"
76
76
reqwest = { version = " 0.12" , default-features = false , features = [" json" , " stream" , " multipart" ] }
77
77
serde = { version = " 1.0" , features = [" derive" ] }
0 commit comments