Bump jobslot from 0.2.8 to 0.2.9 (#833)

This commit is contained in:
dependabot[bot] 2023-02-27 03:29:16 +00:00 committed by GitHub
parent 809c8e9cad
commit fd0166e31b
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

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

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.8", features = ["tokio"] }
jobslot = { version = "0.2.9", features = ["tokio"] }
maybe-owned = "0.3.4"
miette = "5.5.0"
normalize-path = { version = "0.2.0", path = "../normalize-path" }