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] <support@github.com>
pull/130/head
dependabot[bot] 3 years ago committed by GitHub
parent c8183e0e58
commit 19542274ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated

@ -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",

@ -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"

Loading…
Cancel
Save