Browse Source

fix(deps): update rust crate sysinfo to 0.23.12 (#719)

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

@ -1663,9 +1663,9 @@ dependencies = [ @@ -1663,9 +1663,9 @@ dependencies = [
[[package]]
name = "sysinfo"
version = "0.23.9"
version = "0.23.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3fb8adaa82317f1e8a040281807f411803c9111303cfe129b4abb4a14b2c223"
checksum = "56b1e20ee77901236c389ff74618a899ff5fd34719a7ff0fd1d64f0acca5179a"
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.10", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false }
url = "2.2.2"
sysinfo = "0.23.9"
sysinfo = "0.23.12"
thiserror = "1.0.30"
clap_complete = "3.1.1"
anyhow = "1.0.56"

Loading…
Cancel
Save