lychee/examples/client_pool/Cargo.toml
dependabot[bot] d4e8bb01c1
Bump tokio from 1.21.2 to 1.22.0 (#836)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.2 to 1.22.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.21.2...tokio-1.22.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-26 23:18:09 +01:00

14 lines
298 B
TOML

[package]
name = "client_pool"
version = "0.1.0"
edition = "2021"
[[example]]
name = "client_pool"
path = "client_pool.rs"
[dependencies]
futures = "0.3.25"
tokio-stream = "0.1.11"
lychee-lib = { path = "../../lychee-lib", version = "0.10.1" }
tokio = { version = "1.22.0", features = ["full"] }