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`