Bump jobslot from 0.2.9 to 0.2.10 (#844)

This commit is contained in:
dependabot[bot] 2023-03-02 05:19:38 +00:00 committed by GitHub
parent 44eaff97dc
commit c00d648dac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1160,9 +1160,9 @@ dependencies = [
[[package]]
name = "jobslot"
version = "0.2.9"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f63428cec7a79b3b4e1b4ba56d56a7da9e205a7957c99f7d27df5260ca361505"
checksum = "6650f8f817795211f076e9923ba9f35e66aad1946ac19c960ef5b114cd75c727"
dependencies = [
"cfg-if",
"getrandom",

View file

@ -21,7 +21,7 @@ detect-targets = { version = "0.1.5", path = "../detect-targets" }
either = "1.8.1"
home = "0.5.4"
itertools = "0.10.5"
jobslot = { version = "0.2.9", features = ["tokio"] }
jobslot = { version = "0.2.10", features = ["tokio"] }
maybe-owned = "0.3.4"
miette = "5.5.0"
normalize-path = { version = "0.2.0", path = "../normalize-path" }