From bddfc4cc7e3d3aae5dfec2b275f547da91a0b674 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 4 Aug 2021 07:25:07 -0700 Subject: [PATCH] Bump to the latest jobserver dependency This should help mitigate #9739 at least with a better error message as opposed to deadlocking. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 08b5a5de2..f88a238d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ home = "0.5" humantime = "2.0.0" ignore = "0.4.7" lazy_static = "1.2.0" -jobserver = "0.1.21" +jobserver = "0.1.23" lazycell = "1.2.0" libc = "0.2" log = "0.4.6"