diff --git a/Cargo.lock b/Cargo.lock index c5752461..b48d2e84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index a9c45b4c..b13d332c 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -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" }