Skip to content

Commit a475ada

Browse files
tottotoseanmonstar
authored andcommitted
docs(examples): update dependencies section
1 parent f1bb2aa commit a475ada

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/README.md

+6-6
Original file line numberDiff line numberDiff 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"] }
1616
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"
1919
bytes = "1"
2020
serde = { version = "1.0", features = ["derive"] }
2121
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 }
2525
```
2626

2727
## Getting Started

0 commit comments

Comments
 (0)