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:
12
12
13
13
``` toml
14
14
[dependencies ]
15
- hyper = { version = " 1.0.0-rc.3 " , features = [" full" ] }
15
+ hyper = { version = " 1" , features = [" full" ] }
16
16
tokio = { 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"
19
19
bytes = " 1"
20
20
serde = { version = " 1.0" , features = [" derive" ] }
21
21
serde_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 }
25
25
```
26
26
27
27
## Getting Started
You can’t perform that action at this time.
0 commit comments