Browse Source

fix(deps): update rust crate sysinfo to 0.23.5 (#679)

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

@ -1467,9 +1467,9 @@ dependencies = [ @@ -1467,9 +1467,9 @@ dependencies = [
[[package]]
name = "sysinfo"
version = "0.23.2"
version = "0.23.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92d82ade9d6621d4ca052a00bb6ea9ed513d223cba75a84625c5e9c0698ab6f5"
checksum = "07fa4c84a5305909b0eedfcc8d1f2fafdbede645bb700a45ecaafe681a0ac5d6"
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 = { git = "https://github.com/seanmonstar/reqwest.git", rev = "d92d2aa3ce4667faa38454c8dae4fa9f72b91b71", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false }
url = "2.2.2"
sysinfo = "0.23.2"
sysinfo = "0.23.5"
thiserror = "1.0.30"
clap_complete = "3.1.0"
anyhow = "1.0.53"

Loading…
Cancel
Save