From be44bc44f8949f5ba910f8ad17bb7438b3813ca9 Mon Sep 17 00:00:00 2001 From: Matthias Ahouansou Date: Mon, 22 Apr 2024 15:14:02 +0000 Subject: [PATCH] chore: bump jobserver (#653) The version currently being used was [yanked as it doesn't compile on musl systems](https://github.com/rust-lang/jobserver-rs/issues/79) --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 326126c1..a70c505b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1721,9 +1721,9 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "jobserver" -version = "0.1.29" +version = "0.1.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f08474e32172238f2827bd160c67871cdb2801430f65c3979184dc362e3ca118" +checksum = "685a7d121ee3f65ae4fddd72b25a04bb36b6af81bc0828f7d5434c0fe60fa3a2" dependencies = [ "libc", ]