From 19542274ea52c992c567b4351958884058f0299c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 06:36:57 +0000 Subject: [PATCH] Bump thread-priority from 0.2.1 to 0.2.4 Bumps [thread-priority](https://github.com/vityafx/thread-priority) from 0.2.1 to 0.2.4. - [Release notes](https://github.com/vityafx/thread-priority/releases) - [Commits](https://github.com/vityafx/thread-priority/commits) --- updated-dependencies: - dependency-name: thread-priority dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f97a7b..ae25420 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1071,9 +1071,9 @@ dependencies = [ [[package]] name = "thread-priority" -version = "0.2.1" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dff8073d6382f78367078270c65b5e96cd7f6afc49c42562188e02fea28bfd1" +checksum = "cbb8681124ddad2b07e677d7a99f564c9edbd289cc53cdc0010fd110cb4818ec" dependencies = [ "libc", "winapi", diff --git a/Cargo.toml b/Cargo.toml index 005fe2e..9a58c76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,10 +48,10 @@ open = { version = "1.7.0", optional = true } [target.'cfg(windows)'.dependencies] winapi = { version = "0.3.9", features = ["impl-default", "wincon", "shellscalingapi"] } -thread-priority = "0.2.1" +thread-priority = "0.2.4" [target.'cfg(target_os = "linux")'.dependencies] -thread-priority = "0.2.1" +thread-priority = "0.2.4" [build-dependencies] winres = "0.1.11"