diff --git a/Cargo.lock b/Cargo.lock index 165ff466ef4..f0b3a1a01a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5495,9 +5495,9 @@ dependencies = [ [[package]] name = "thread-priority" -version = "0.16.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a617e9eeeb20448b01a8e2427fb80dfbc9c49d79a1de3b11f25731edbf547e3c" +checksum = "599e8e829c2314b750ecade9309ecc6cf9a48c2e62fe25680b6c1d2172463ca3" dependencies = [ "bitflags 2.4.1", "cfg-if", diff --git a/lib/common/common/Cargo.toml b/lib/common/common/Cargo.toml index afe42cd6164..a9d28b8060a 100644 --- a/lib/common/common/Cargo.toml +++ b/lib/common/common/Cargo.toml @@ -20,4 +20,4 @@ semver = { workspace = true } [target.'cfg(target_os = "linux")'.dependencies] thiserror = "1.0" -thread-priority = "0.16" +thread-priority = "1.0"