From 1627e4a5ac7977e5dba9f8889a5373f1591bec29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 03:04:51 +0000 Subject: [PATCH] Bump thread-priority from 0.2.4 to 0.4.1 Bumps [thread-priority](https://github.com/vityafx/thread-priority) from 0.2.4 to 0.4.1. - [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-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a0d6181..fefa7c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1223,11 +1223,12 @@ dependencies = [ [[package]] name = "thread-priority" -version = "0.2.4" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbb8681124ddad2b07e677d7a99f564c9edbd289cc53cdc0010fd110cb4818ec" +checksum = "0f6394af1cf06bf887a5f37ce84c41fd324dff220386adec3c01a85cb66c91b1" dependencies = [ "libc", + "log", "winapi", ] diff --git a/Cargo.toml b/Cargo.toml index 9dfef2d..b94c73b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,10 +50,10 @@ open = { version = "2.0.1", optional = true } [target.'cfg(windows)'.dependencies] winapi = { version = "0.3.9", features = ["impl-default", "wincon", "shellscalingapi"] } -thread-priority = "0.2.4" +thread-priority = "0.4.1" [target.'cfg(target_os = "linux")'.dependencies] -thread-priority = "0.2.4" +thread-priority = "0.4.1" [build-dependencies] winres = "0.1.12"