sysinfo 0.29

This commit is contained in:
Jack Grigg
2024-07-30 05:33:42 +00:00
parent 4921cbf6ed
commit a44859d6b2
2 changed files with 3 additions and 18 deletions
Generated
+2 -17
View File
@@ -81,7 +81,7 @@ dependencies = [
"rand",
"rust-embed",
"sha2",
"sysinfo 0.28.4",
"sysinfo",
"tempfile",
"test-with",
"which",
@@ -2263,21 +2263,6 @@ dependencies = [
"unicode-xid",
]
[[package]]
name = "sysinfo"
version = "0.28.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4c2f3ca6693feb29a89724516f016488e9aafc7f37264f898593ee4b942f31b"
dependencies = [
"cfg-if",
"core-foundation-sys",
"libc",
"ntapi",
"once_cell",
"rayon",
"winapi",
]
[[package]]
name = "sysinfo"
version = "0.29.11"
@@ -2350,7 +2335,7 @@ dependencies = [
"regex",
"reqwest",
"syn 2.0.72",
"sysinfo 0.29.11",
"sysinfo",
"users",
"which",
]