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:
dependabot[bot] 2023-04-17 12:43:48 +10:00 committed by GitHub
parent a5bf45abe9
commit 345c14d7ba
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

@ -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]]