mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Bump thread_priority version.
This commit is contained in:
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -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",
|
||||
]
|
||||
|
||||
|
@ -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"] }
|
||||
|
Reference in New Issue
Block a user