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] <support@github.com>
dependabot/cargo/thread-priority-0.13.1
dependabot[bot] 1 year ago committed by GitHub
parent 748ec8273f
commit bd909c1083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
Cargo.lock generated

@ -1084,6 +1084,12 @@ dependencies = [
"webpki", "webpki",
] ]
[[package]]
name = "rustversion"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
[[package]] [[package]]
name = "ryu" name = "ryu"
version = "1.0.5" version = "1.0.5"
@ -1362,13 +1368,15 @@ dependencies = [
[[package]] [[package]]
name = "thread-priority" name = "thread-priority"
version = "0.10.0" version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978519ae4c6891352f964b88da4ab5a3a9b74a40247cda5baee145dae6cd3b71" checksum = "0c56ce92f1285eaaa11fc1a3201e25de97898c50e87caa4c2aee836fe05288de"
dependencies = [ dependencies = [
"bitflags",
"cfg-if", "cfg-if",
"libc", "libc",
"log", "log",
"rustversion",
"winapi", "winapi",
] ]

@ -52,10 +52,10 @@ open = { version = "3.0.3", optional = true }
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["impl-default", "wincon", "shellscalingapi"] } 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] [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] [build-dependencies]
winres = "0.1.12" winres = "0.1.12"

Loading…
Cancel
Save