Skip to content

Commit fffe536

Browse files
authored
Update sysinfo and thread_priority dependencies (#457)
1 parent 4d1bb97 commit fffe536

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Cargo.lock

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ semver = "1.0"
7474
serde = { version = "1.0", features = ["rc"] }
7575
serde_json = "1.0"
7676
static-files = "0.2"
77-
sysinfo = "0.28.4"
77+
sysinfo = "0.29.6"
7878
thiserror = "1"
79-
thread-priority = "0.10"
79+
thread-priority = "0.13.1"
8080
tokio = { version = "1.28", default-features = false, features = [
8181
"sync",
8282
"macros",

0 commit comments

Comments
 (0)