From 0f21db4c49e05fbe1dcf18534e2a1c34be14ce13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 13:03:41 +0000 Subject: [PATCH] Bump jobslot from 0.2.6 to 0.2.8 (#564) Bumps [jobslot](https://github.com/cargo-bins/jobslot) from 0.2.6 to 0.2.8. - [Release notes](https://github.com/cargo-bins/jobslot/releases) - [Commits](https://github.com/cargo-bins/jobslot/compare/v0.2.6...v0.2.8) --- updated-dependencies: - dependency-name: jobslot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- crates/binstalk/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 79c70406..2a5bab8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1066,16 +1066,16 @@ dependencies = [ [[package]] name = "jobslot" -version = "0.2.6" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d395750ec1a0237b64ce69634232669d352a2b2cf63120d567b5938b9cb17650" +checksum = "45a08d2656617d9bcba4763baf13ae19b7d5183e2c5c1db9e2074c5ae93d9905" dependencies = [ "cfg-if", "getrandom", "libc", "scopeguard", "tokio", - "winapi", + "windows-sys 0.42.0", ] [[package]] diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index 9cac8fb2..cb112eb3 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -21,7 +21,7 @@ either = "1.8.0" futures-util = { version = "0.3.25", default-features = false, features = ["std"] } home = "0.5.4" itertools = "0.10.5" -jobslot = { version = "0.2.6", features = ["tokio"] } +jobslot = { version = "0.2.8", features = ["tokio"] } miette = "5.5.0" normalize-path = { version = "0.2.0", path = "../normalize-path" } once_cell = "1.16.0"