graphql-engine/v3/crates/utils/futures-ext/Cargo.toml
dependabot[bot] 1e29a6de72 Bump tokio from 1.36.0 to 1.38.0 (#656)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.36.0 to 1.38.0.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
V3_GIT_ORIGIN_REV_ID: 46e947ffdc4dc572cf2d364da24bbfb2a5aad1a0
2024-06-03 06:37:58 +00:00

20 lines
280 B
TOML

[package]
name = "futures-ext"
version.workspace = true
edition.workspace = true
license.workspace = true
[lib]
bench = false
[dependencies]
futures-util = "0.3"
tokio = { version = "1.38.0", features = [
"macros",
"rt-multi-thread",
"time",
] }
[lints]
workspace = true