Bump jobslot from 0.2.1 to 0.2.6 (#411)

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

---
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-09-23 13:04:31 +10:00 committed by GitHub
parent 569cc3816e
commit f41eacf9f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -25,7 +25,7 @@ futures-util = { version = "0.3.23", default-features = false, features = ["std"
generic-array = "0.14.6"
home = "0.5.3"
itertools = "0.10.5"
jobslot = { version = "0.2.1", features = ["tokio"] }
jobslot = { version = "0.2.6", features = ["tokio"] }
log = { version = "0.4.17", features = ["std"] }
miette = "5.3.0"
normalize-path = { version = "0.1.0", path = "../normalize-path" }