Skip to content

Commit ecde10f

Browse files
committed
Auto merge of #68663 - alexcrichton:update-jobserver, r=Dylan-DPC
Update jobserver crate to 0.1.21 Brings in a fix for rust-lang/jobserver-rs#23 which could cause Cargo to unnecessarily hang in some situations.
2 parents b1cb3c0 + ad0e4a1 commit ecde10f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1642,9 +1642,9 @@ dependencies = [
16421642

16431643
[[package]]
16441644
name = "jobserver"
1645-
version = "0.1.19"
1645+
version = "0.1.21"
16461646
source = "registry+https://github.com/rust-lang/crates.io-index"
1647-
checksum = "67b06c1b455f1cf4269a8cfc320ab930a810e2375a42af5075eb8a8b36405ce0"
1647+
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
16481648
dependencies = [
16491649
"libc",
16501650
]

0 commit comments

Comments
 (0)