Add new dep jobserver v0.1.24

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-07-18 20:46:44 +10:00
parent 9552e0e8ed
commit 8cc085b1b6
No known key found for this signature in database
GPG key ID: 591C0B03040416D6
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View file

@ -144,6 +144,7 @@ dependencies = [
"futures-util",
"guess_host_triple",
"home",
"jobserver",
"log",
"miette",
"mimalloc",

View file

@ -29,6 +29,7 @@ dirs = "4.0.0"
flate2 = { version = "1.0.24", features = ["zlib-ng"], default-features = false }
futures-util = { version = "0.3.21", default-features = false }
home = "0.5.3"
jobserver = "0.1.24"
log = "0.4.14"
miette = { version = "5.1.1", features = ["fancy-no-backtrace"] }
mimalloc = { version = "0.1.29", default-features = false, optional = true }