From 8f09ac0c0bcbefcf87df48727768d73642305317 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Thu, 6 Feb 2020 11:30:07 -0800 Subject: [PATCH] Update jobserver. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6df8d17a97d..2b4abe888f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ home = "0.5" humantime = "2.0.0" ignore = "0.4.7" lazy_static = "1.2.0" -jobserver = "0.1.13" +jobserver = "0.1.21" lazycell = "1.2.0" libc = "0.2" log = "0.4.6"