From 3df9dcbdf03d1e6620d6e081bf1ddd8eb93372f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 08:00:49 +0000 Subject: [PATCH] Bump jobserver from 0.1.21 to 0.1.22 Bumps [jobserver](https://github.com/alexcrichton/jobserver-rs) from 0.1.21 to 0.1.22. - [Release notes](https://github.com/alexcrichton/jobserver-rs/releases) - [Commits](https://github.com/alexcrichton/jobserver-rs/compare/0.1.21...0.1.22) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1cafa9ca4ba..f025e7510c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2997,9 +2997,9 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "jobserver" -version = "0.1.21" +version = "0.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2" +checksum = "972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd" dependencies = [ "libc", ]