From 50c998863bd93897ed18b78c14579f6229ecb0c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 14:18:08 +0000 Subject: [PATCH] fix(deps): update rust crate async-std to 1.12.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 10f4f53f..e655c1c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -156,7 +156,7 @@ members = [ tokio = { version = "1", features = [ "rt", ], default-features = false, optional = true } -async-std = { version = "1", optional = true } +async-std = { version = "1.12.0", optional = true } tower = { version = "0.4", features = ["util"], default-features = false } tracing-futures = { version = "0.2.5", optional = true, default-features = false } sentry-core = { version = "0.32.3", optional = true, default-features = false }