From e366cf9b3e5b84f5916959c8cae33e9a5aa21222 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Mon, 12 Apr 2021 20:28:48 +0200 Subject: [PATCH] chore: upgrade loom to 0.5.0 (#3697) --- tokio/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml index f81b017e3..c6a0476f5 100644 --- a/tokio/Cargo.toml +++ b/tokio/Cargo.toml @@ -125,7 +125,7 @@ tempfile = "3.1.0" async-stream = "0.3" [target.'cfg(loom)'.dev-dependencies] -loom = { version = "0.4", features = ["futures", "checkpoint"] } +loom = { version = "0.5", features = ["futures", "checkpoint"] } [build-dependencies] autocfg = "1" # Needed for conditionally enabling `track-caller`