diff --git a/Cargo.toml b/Cargo.toml index d2c482eda..03d818d88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"