mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
1e29a6de72
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
20 lines
280 B
TOML
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
|