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

5
Cargo.lock generated

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

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

Loading…
Cancel
Save