Browse Source

fix(deps): update rust crate sysinfo to 0.23.0 (#639)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
remotes/origin/feat/support-install-latest
renovate[bot] 3 years ago committed by GitHub
parent
commit
152c0fa6b4
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

@ -1499,9 +1499,9 @@ dependencies = [ @@ -1499,9 +1499,9 @@ dependencies = [
[[package]]
name = "sysinfo"
version = "0.22.5"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f1bfab07306a27332451a662ca9c8156e3a9986f82660ba9c8e744fe8455d43"
checksum = "9e757000a4bed2b1be9be65a3f418b9696adf30bb419214c73997422de73a591"
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.8", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false }
url = "2.2.2"
sysinfo = "0.22.5"
sysinfo = "0.23.0"
thiserror = "1.0.30"
clap_complete = "3.0.2"

Loading…
Cancel
Save