mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 21:48:42 +00:00
Bump jobslot from 0.2.10 to 0.2.11 (#989)
Bumps [jobslot](https://github.com/cargo-bins/jobslot) from 0.2.10 to 0.2.11. - [Release notes](https://github.com/cargo-bins/jobslot/releases) - [Commits](https://github.com/cargo-bins/jobslot/compare/v0.2.10...v0.2.11) --- updated-dependencies: - dependency-name: jobslot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a5bf45abe9
commit
345c14d7ba
2 changed files with 4 additions and 4 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
@ -1299,16 +1299,16 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "jobslot"
|
||||
version = "0.2.10"
|
||||
version = "0.2.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6650f8f817795211f076e9923ba9f35e66aad1946ac19c960ef5b114cd75c727"
|
||||
checksum = "f0953ea85c43ff26a6e5bd84152363d694a3a82435df66be0880bef38913cce9"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"getrandom",
|
||||
"libc",
|
||||
"scopeguard",
|
||||
"tokio",
|
||||
"windows-sys 0.45.0",
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -20,7 +20,7 @@ detect-targets = { version = "0.1.7", path = "../detect-targets" }
|
|||
either = "1.8.1"
|
||||
home = "0.5.4"
|
||||
itertools = "0.10.5"
|
||||
jobslot = { version = "0.2.10", features = ["tokio"] }
|
||||
jobslot = { version = "0.2.11", features = ["tokio"] }
|
||||
leon = { version = "1.0.0", path = "../leon" }
|
||||
maybe-owned = "0.3.4"
|
||||
miette = "5.7.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue