Merge pull request #130 from Revertron/dependabot/cargo/thread-priority-0.2.4

Bump thread-priority from 0.2.1 to 0.2.4
pull/133/head
Revertron 3 years ago committed by GitHub
commit 9590915b6d
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