File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ fs-err = { version = "3", features = ["tokio"] }
2525http = " 1.1"
2626http-body = " 1.0"
2727hyper = { version = " 1.4" , features = [" http1" , " http2" , " server" ] }
28- tokio = { version = " 1 " , features = [" macros" , " net" , " sync" ] }
28+ tokio = { version = " >=1.41 " , features = [" macros" , " net" , " sync" ] }
2929tower-service = " 0.3"
3030hyper-util = { version = " 0.1.18" , features = [" server-auto" , " service" , " tokio" ] }
3131
@@ -51,7 +51,7 @@ futures-util = { version = "0.3", default-features = false }
5151http-body-util = " 0.1"
5252axum = " 0.7"
5353hyper = { version = " 1.4" , features = [" full" ] }
54- tokio = { version = " 1 " , features = [" full" ] }
54+ tokio = { version = " >=1.41 " , features = [" full" ] }
5555tower = { version = " 0.5" , features = [" util" ] }
5656tower-http = { version = " 0.6" , features = [" add-extension" ] }
5757
You can’t perform that action at this time.
0 commit comments