Bump thread_priority version.

This commit is contained in:
Joshua Yanovski
2023-04-06 16:29:17 -07:00
parent 7357aaf1ab
commit 33fb5ec0af
2 changed files with 5 additions and 3 deletions

6
Cargo.lock generated
View File

@ -6252,13 +6252,15 @@ dependencies = [
[[package]]
name = "thread-priority"
version = "0.9.2"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a8a950b52fd40d98ac6ed41c7fa9e8dd62b131f48b74f418e810476b01a7460"
checksum = "0c56ce92f1285eaaa11fc1a3201e25de97898c50e87caa4c2aee836fe05288de"
dependencies = [
"bitflags",
"cfg-if 1.0.0",
"libc",
"log",
"rustversion",
"winapi 0.3.9",
]

View File

@ -19,7 +19,7 @@ common-base = { package = "veloren-common-base", path = "../base" }
core_affinity = "0.5"
rayon = "1.5"
num_cpus = "1.0"
thread-priority = { version = "0.9.2" }
thread-priority = { version = "0.13.1" }
tokio = { version = "1.14", default-features = false, features = ["rt"] }
tracing = { version = "0.1", default-features = false }
vek = { version = "0.15.8", features = ["serde"] }