From aecf351e0936ef56c615eec92b49a4f4f4d6f3cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 09:03:43 +0000 Subject: [PATCH] fix(deps): update rust crate sysinfo to 0.23.2 (#660) Co-authored-by: Renovate Bot --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 81faed2..42d13a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1459,9 +1459,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.23.0" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e757000a4bed2b1be9be65a3f418b9696adf30bb419214c73997422de73a591" +checksum = "92d82ade9d6621d4ca052a00bb6ea9ed513d223cba75a84625c5e9c0698ab6f5" dependencies = [ "cfg-if", "core-foundation-sys", diff --git a/Cargo.toml b/Cargo.toml index 301ae82..e48ab74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.0" +sysinfo = "0.23.2" thiserror = "1.0.30" clap_complete = "3.0.6" anyhow = "1.0.53"