lychee/examples/client_pool/Cargo.toml
dependabot[bot] 8be84547c5
Bump futures from 0.3.26 to 0.3.27
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.26 to 0.3.27.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.26...0.3.27)

---
updated-dependencies:
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-13 13:20:47 +00: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.27"
tokio-stream = "0.1.12"
lychee-lib = { path = "../../lychee-lib", version = "0.11.1" }
tokio = { version = "1.26.0", features = ["full"] }