diff --git a/Cargo.lock b/Cargo.lock index bd0802c9..acb28492 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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]] diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index 9d3fa9dd..8a8bbc77 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.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" }