diff options
| author | bors <bors@rust-lang.org> | 2020-01-31 11:48:54 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-01-31 11:48:54 +0000 |
| commit | ecde10fc283530db0db42e2c3e2e3132e809b139 (patch) | |
| tree | 74509580e74e05e1391b26df16a5d4ac89eeff2f | |
| parent | b1cb3c09097767052d7a10660710b2d540b34daf (diff) | |
| parent | ad0e4a167d950607430ff95022219671ab7054db (diff) | |
| download | rust-ecde10fc283530db0db42e2c3e2e3132e809b139.tar.gz rust-ecde10fc283530db0db42e2c3e2e3132e809b139.zip | |
Auto merge of #68663 - alexcrichton:update-jobserver, r=Dylan-DPC
Update jobserver crate to 0.1.21 Brings in a fix for alexcrichton/jobserver-rs#23 which could cause Cargo to unnecessarily hang in some situations.
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 2c4063a5e56..c081f2fbf20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1642,9 +1642,9 @@ dependencies = [ [[package]] name = "jobserver" -version = "0.1.19" +version = "0.1.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67b06c1b455f1cf4269a8cfc320ab930a810e2375a42af5075eb8a8b36405ce0" +checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2" dependencies = [ "libc", ] |
