Update Rust crate sysinfo to 0.30.11
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-04-20 00:13:15 +00:00
committed by Pierre Hubert
parent f1ba3bc5ab
commit 149e3f4d72
2 changed files with 3 additions and 3 deletions

View File

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