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 }