mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
Depend on version of async-std with non-private spawn-blocking (#2806)
This commit is contained in:
parent
b7db3c5015
commit
b1387057e5
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue