We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1bb2aa commit a475adaCopy full SHA for a475ada
examples/README.md
@@ -12,16 +12,16 @@ A complete list of dependencies used across these examples:
12
13
```toml
14
[dependencies]
15
-hyper = { version = "1.0.0-rc.3", features = ["full"] }
+hyper = { version = "1", features = ["full"] }
16
tokio = { version = "1", features = ["full"] }
17
-pretty_env_logger = "0.4"
18
-http-body-util = "0.1.0-rc.2"
+pretty_env_logger = "0.5"
+http-body-util = "0.1"
19
bytes = "1"
20
serde = { version = "1.0", features = ["derive"] }
21
serde_json = "1.0"
22
-url = "2.2"
23
-http = "0.2"
24
-futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
+form_urlencoded = "1"
+http = "1"
+futures-util = { version = "0.3", default-features = false }
25
```
26
27
## Getting Started
0 commit comments