mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Bump jobslot from 0.2.9 to 0.2.10 (#844)
This commit is contained in:
parent
44eaff97dc
commit
c00d648dac
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1160,9 +1160,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "jobslot"
|
name = "jobslot"
|
||||||
version = "0.2.9"
|
version = "0.2.10"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f63428cec7a79b3b4e1b4ba56d56a7da9e205a7957c99f7d27df5260ca361505"
|
checksum = "6650f8f817795211f076e9923ba9f35e66aad1946ac19c960ef5b114cd75c727"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"getrandom",
|
"getrandom",
|
||||||
|
|
|
@ -21,7 +21,7 @@ detect-targets = { version = "0.1.5", path = "../detect-targets" }
|
||||||
either = "1.8.1"
|
either = "1.8.1"
|
||||||
home = "0.5.4"
|
home = "0.5.4"
|
||||||
itertools = "0.10.5"
|
itertools = "0.10.5"
|
||||||
jobslot = { version = "0.2.9", features = ["tokio"] }
|
jobslot = { version = "0.2.10", features = ["tokio"] }
|
||||||
maybe-owned = "0.3.4"
|
maybe-owned = "0.3.4"
|
||||||
miette = "5.5.0"
|
miette = "5.5.0"
|
||||||
normalize-path = { version = "0.2.0", path = "../normalize-path" }
|
normalize-path = { version = "0.2.0", path = "../normalize-path" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue