Depend on version of async-std with non-private spawn-blocking (#2806)

This commit is contained in:
A248 2023-10-07 23:00:45 -05:00 committed by GitHub
parent b7db3c5015
commit b1387057e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,7 +142,7 @@ dotenvy = { version = "0.15.0", default-features = false }
# Runtimes
[workspace.dependencies.async-std]
version = "1"
version = "1.12"
[workspace.dependencies.tokio]
version = "1"
@ -162,7 +162,7 @@ anyhow = "1.0.52"
time_ = { version = "0.3.2", package = "time" }
futures = "0.3.19"
env_logger = "0.9.0"
async-std = { version = "1.10.0", features = ["attributes"] }
async-std = { version = "1.12.0", features = ["attributes"] }
tokio = { version = "1.15.0", features = ["full"] }
dotenvy = "0.15.0"
trybuild = "1.0.53"