Merge pull request from uutils/renovate/sysinfo-0.x

chore(deps): update rust crate sysinfo to 0.33
This commit is contained in:
Daniel Hofstetter 2024-12-04 16:22:52 +01:00 committed by GitHub
commit 966c4ee0aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated

@ -826,9 +826,9 @@ dependencies = [
[[package]] [[package]]
name = "sysinfo" name = "sysinfo"
version = "0.32.1" version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c33cd241af0f2e9e3b5c32163b873b29956890b5342e6745b917ce9d490f4af" checksum = "948512566b1895f93b1592c7574baeb2de842f224f2aab158799ecadb8ebbb46"
dependencies = [ dependencies = [
"core-foundation-sys", "core-foundation-sys",
"libc", "libc",

@ -42,7 +42,7 @@ clap = { version = "4.4", features = ["wrap_help", "cargo"] }
clap_complete = "4.4" clap_complete = "4.4"
clap_mangen = "0.2" clap_mangen = "0.2"
regex = "1.10.2" regex = "1.10.2"
sysinfo = "0.32" sysinfo = "0.33"
libc = "0.2.152" libc = "0.2.152"
phf = "0.11.2" phf = "0.11.2"
phf_codegen = "0.11.2" phf_codegen = "0.11.2"