Bump jobslot from 0.2.6 to 0.2.8 (#564)

Bumps [jobslot](https://github.com/cargo-bins/jobslot) from 0.2.6 to 0.2.8.
- [Release notes](https://github.com/cargo-bins/jobslot/releases)
- [Commits](https://github.com/cargo-bins/jobslot/compare/v0.2.6...v0.2.8)

---
updated-dependencies:
- dependency-name: jobslot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

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:
dependabot[bot] 2022-11-24 13:03:41 +00:00 committed by GitHub
parent f71c3606f8
commit 0f21db4c49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -1066,16 +1066,16 @@ dependencies = [
[[package]]
name = "jobslot"
version = "0.2.6"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d395750ec1a0237b64ce69634232669d352a2b2cf63120d567b5938b9cb17650"
checksum = "45a08d2656617d9bcba4763baf13ae19b7d5183e2c5c1db9e2074c5ae93d9905"
dependencies = [
"cfg-if",
"getrandom",
"libc",
"scopeguard",
"tokio",
"winapi",
"windows-sys 0.42.0",
]
[[package]]

View file

@ -21,7 +21,7 @@ either = "1.8.0"
futures-util = { version = "0.3.25", default-features = false, features = ["std"] }
home = "0.5.4"
itertools = "0.10.5"
jobslot = { version = "0.2.6", features = ["tokio"] }
jobslot = { version = "0.2.8", features = ["tokio"] }
miette = "5.5.0"
normalize-path = { version = "0.2.0", path = "../normalize-path" }
once_cell = "1.16.0"