@@ -24,8 +24,8 @@ default = [
24
24
" tracing" ,
25
25
]
26
26
form = [" dep:serde_urlencoded" ]
27
- http1 = [" dep:hyper" , " hyper?/http1" ]
28
- http2 = [" dep:hyper" , " hyper?/http2" ]
27
+ http1 = [" dep:hyper" , " hyper?/http1" , " hyper-util?/http1 " ]
28
+ http2 = [" dep:hyper" , " hyper?/http2" , " hyper-util?/http2 " ]
29
29
json = [" dep:serde_json" , " dep:serde_path_to_error" ]
30
30
macros = [" dep:axum-macros" ]
31
31
matched-path = []
@@ -64,7 +64,7 @@ tower-service = "0.3"
64
64
axum-macros = { path = " ../axum-macros" , version = " 0.4.1" , optional = true }
65
65
base64 = { version = " 0.21.0" , optional = true }
66
66
hyper = { version = " 1.1.0" , optional = true }
67
- hyper-util = { version = " 0.1.2 " , features = [" tokio" , " server" , " server-auto " ], optional = true }
67
+ hyper-util = { version = " 0.1.3 " , features = [" tokio" , " server" ], optional = true }
68
68
multer = { version = " 3.0.0" , optional = true }
69
69
serde_json = { version = " 1.0" , features = [" raw_value" ], optional = true }
70
70
serde_path_to_error = { version = " 0.1.8" , optional = true }
0 commit comments