File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ futures = "0.3"
1313h3 = { path = " ../h3" }
1414h3-quinn = { path = " ../h3-quinn" }
1515h3-webtransport = { path = " ../h3-webtransport" }
16- http = " 0.2 "
16+ http = " 1 "
1717quinn = { version = " 0.10" , default-features = false , features = [
1818 " runtime-tokio" ,
1919 " tls-rustls" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ edition = "2021"
88[dependencies ]
99bytes = " 1"
1010futures-util = { version = " 0.3" , default-features = false }
11- http = " 0.2.9 "
11+ http = " 1 "
1212pin-project-lite = { version = " 0.2" , default_features = false }
1313tracing = " 0.1.37"
1414tokio = { version = " 1.28" , default_features = false }
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ i-implement-a-third-party-backend-and-opt-into-breaking-changes = []
2525[dependencies ]
2626bytes = " 1"
2727futures-util = { version = " 0.3" , default-features = false , features = [" io" ] }
28- http = " 0.2.9 "
28+ http = " 1 "
2929tokio = { version = " 1" , features = [" sync" ] }
3030pin-project-lite = { version = " 0.2" , default_features = false }
3131tracing = " 0.1.40"
You can’t perform that action at this time.
0 commit comments