Browse Source

fix(deps): update rust crate sysinfo to 0.26.7 (#836)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
remotes/origin/feat/support-install-latest
renovate[bot] 2 years ago committed by GitHub
parent
commit
22e9305628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      Cargo.toml

4
Cargo.lock generated

@ -1767,9 +1767,9 @@ dependencies = [ @@ -1767,9 +1767,9 @@ dependencies = [
[[package]]
name = "sysinfo"
version = "0.26.4"
version = "0.26.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7890fff842b8db56f2033ebee8f6efe1921475c3830c115995552914fb967580"
checksum = "c375d5fd899e32847b8566e10598d6e9f1d9b55ec6de3cdf9e7da4bdc51371bc"
dependencies = [
"cfg-if",
"core-foundation-sys",

2
Cargo.toml

@ -27,7 +27,7 @@ atty = "0.2.14" @@ -27,7 +27,7 @@ atty = "0.2.14"
encoding_rs_io = "0.1.7"
reqwest = { version = "0.11.12", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false }
url = "2.3.1"
sysinfo = "0.26.4"
sysinfo = "0.26.7"
thiserror = "1.0.37"
clap_complete = "3.2.5"
anyhow = "1.0.65"

Loading…
Cancel
Save