Browse Source

fix(deps): update rust crate sysinfo to 0.23.9 (#716)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
remotes/origin/feat/support-install-latest
renovate[bot] 3 years ago committed by GitHub
parent
commit
103ae48d24
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.5"
version = "0.23.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07fa4c84a5305909b0eedfcc8d1f2fafdbede645bb700a45ecaafe681a0ac5d6"
checksum = "b3fb8adaa82317f1e8a040281807f411803c9111303cfe129b4abb4a14b2c223"
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.5"
sysinfo = "0.23.9"
thiserror = "1.0.30"
clap_complete = "3.1.1"
anyhow = "1.0.56"

Loading…
Cancel
Save