mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-29 19:00:25 +00:00
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.19 to 0.3.21. - [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.19...0.3.21) --- updated-dependencies: - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
14 lines
296 B
TOML
14 lines
296 B
TOML
[package]
|
|
name = "client_pool"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[[example]]
|
|
name = "client_pool"
|
|
path = "client_pool.rs"
|
|
|
|
[dependencies]
|
|
futures = "0.3.21"
|
|
tokio-stream = "0.1.8"
|
|
lychee-lib = { path = "../../lychee-lib", version = "0.8.2" }
|
|
tokio = { version = "1.16.1", features = ["full"] }
|