diff --git a/Cargo.lock b/Cargo.lock index 2f97a7b..ae25420 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1071,9 +1071,9 @@ dependencies = [ [[package]] name = "thread-priority" -version = "0.2.1" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dff8073d6382f78367078270c65b5e96cd7f6afc49c42562188e02fea28bfd1" +checksum = "cbb8681124ddad2b07e677d7a99f564c9edbd289cc53cdc0010fd110cb4818ec" dependencies = [ "libc", "winapi", diff --git a/Cargo.toml b/Cargo.toml index 005fe2e..9a58c76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,10 +48,10 @@ open = { version = "1.7.0", optional = true } [target.'cfg(windows)'.dependencies] winapi = { version = "0.3.9", features = ["impl-default", "wincon", "shellscalingapi"] } -thread-priority = "0.2.1" +thread-priority = "0.2.4" [target.'cfg(target_os = "linux")'.dependencies] -thread-priority = "0.2.1" +thread-priority = "0.2.4" [build-dependencies] winres = "0.1.11"