Update Rust crate sysinfo to 0.31.0

This commit is contained in:
2024-08-28 00:33:34 +00:00
committed by Pierre HUBERT
parent 56f765a15a
commit 01141f77e2
2 changed files with 42 additions and 9 deletions

View File

@ -30,7 +30,7 @@ tempfile = "3.10.1"
reqwest = { version = "0.12.4", features = ["stream"] }
url = "2.5.0"
virt = "0.4.0"
sysinfo = { version = "0.30.11", features = ["serde"] }
sysinfo = { version = "0.31.0", features = ["serde"] }
uuid = { version = "1.8.0", features = ["v4", "serde"] }
lazy-regex = "3.1.0"
thiserror = "1.0.59"