From bd909c10830431c74c11a75ac5baefb0190e5938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 03:58:15 +0000 Subject: [PATCH] Bump thread-priority from 0.10.0 to 0.13.1 Bumps [thread-priority](https://github.com/vityafx/thread-priority) from 0.10.0 to 0.13.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 | 12 ++++++++++-- Cargo.toml | 4 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b23860..bcdfaab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1084,6 +1084,12 @@ dependencies = [ "webpki", ] +[[package]] +name = "rustversion" +version = "1.0.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" + [[package]] name = "ryu" version = "1.0.5" @@ -1362,13 +1368,15 @@ dependencies = [ [[package]] name = "thread-priority" -version = "0.10.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978519ae4c6891352f964b88da4ab5a3a9b74a40247cda5baee145dae6cd3b71" +checksum = "0c56ce92f1285eaaa11fc1a3201e25de97898c50e87caa4c2aee836fe05288de" dependencies = [ + "bitflags", "cfg-if", "libc", "log", + "rustversion", "winapi", ] diff --git a/Cargo.toml b/Cargo.toml index 6e9055c..3ce13dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,10 +52,10 @@ open = { version = "3.0.3", optional = true } [target.'cfg(windows)'.dependencies] winapi = { version = "0.3.9", features = ["impl-default", "wincon", "shellscalingapi"] } -thread-priority = "0.10.0" +thread-priority = "0.13.1" [target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies] -thread-priority = "0.10.0" +thread-priority = "0.13.1" [build-dependencies] winres = "0.1.12"