File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ A complete list of dependencies used across these examples:
1212
1313``` toml
1414[dependencies ]
15- hyper = { version = " 1.0.0-rc.3 " , features = [" full" ] }
15+ hyper = { version = " 1" , features = [" full" ] }
1616tokio = { version = " 1" , features = [" full" ] }
17- pretty_env_logger = " 0.4 "
18- http-body-util = " 0.1.0-rc.2 "
17+ pretty_env_logger = " 0.5 "
18+ http-body-util = " 0.1"
1919bytes = " 1"
2020serde = { version = " 1.0" , features = [" derive" ] }
2121serde_json = " 1.0"
22- url = " 2.2 "
23- http = " 0.2 "
24- futures-util = { version = " 0.3" , default-features = false , features = [ " alloc " ] }
22+ form_urlencoded = " 1 "
23+ http = " 1 "
24+ futures-util = { version = " 0.3" , default-features = false }
2525```
2626
2727## Getting Started
You can’t perform that action at this time.
0 commit comments