mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Bump jobslot from 0.2.8 to 0.2.9 (#833)
This commit is contained in:
parent
809c8e9cad
commit
fd0166e31b
2 changed files with 4 additions and 4 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -1157,16 +1157,16 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "jobslot"
|
||||
version = "0.2.8"
|
||||
version = "0.2.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "45a08d2656617d9bcba4763baf13ae19b7d5183e2c5c1db9e2074c5ae93d9905"
|
||||
checksum = "f63428cec7a79b3b4e1b4ba56d56a7da9e205a7957c99f7d27df5260ca361505"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"getrandom",
|
||||
"libc",
|
||||
"scopeguard",
|
||||
"tokio",
|
||||
"windows-sys 0.42.0",
|
||||
"windows-sys 0.45.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -21,7 +21,7 @@ detect-targets = { version = "0.1.5", path = "../detect-targets" }
|
|||
either = "1.8.1"
|
||||
home = "0.5.4"
|
||||
itertools = "0.10.5"
|
||||
jobslot = { version = "0.2.8", features = ["tokio"] }
|
||||
jobslot = { version = "0.2.9", features = ["tokio"] }
|
||||
maybe-owned = "0.3.4"
|
||||
miette = "5.5.0"
|
||||
normalize-path = { version = "0.2.0", path = "../normalize-path" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue