Skip to content

Commit

Permalink
Depend on version of async-std with non-private spawn-blocking (#2806)
Browse files Browse the repository at this point in the history
  • Loading branch information
A248 authored Oct 8, 2023
1 parent b7db3c5 commit b138705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit b138705

Please sign in to comment.