Merge pull request #183 from Revertron/dependabot/cargo/thread-priority-0.4.1

Bump thread-priority from 0.2.4 to 0.4.1
pull/185/head
Revertron 3 years ago committed by GitHub
commit 276277f79c
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