Skip to content

Commit e50bafd

Browse files
committed
revert sysinfo to 0.26
1 parent bbb8a34 commit e50bafd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ reqwest = {version = "0.11", features = ["json", "rustls-tls", "brotli", "gzip",
3434
serde = {version = "1.0", default-features = false, features = ["derive", "alloc"]}
3535
serde_json = {version = "1.0", default-features = false, features = ["alloc"]}
3636
stat_common = {path = "../common"}
37-
sysinfo = "0.27"
37+
sysinfo = "0.26"
3838
tokio = {version = "1", features = ["full"]}
3939
tonic = {version = "0.8", features = ["tokio-rustls"]}
4040
tower = { version = "0.4" }

0 commit comments

Comments
 (0)