From c3ec9e30fa8215bedb7a6e98fded101ff7a6ee69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Dec 2022 22:14:03 +0200 Subject: [PATCH] fix(deps): update rust crate sysinfo to 0.26.8 (#871) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e5d529..efbf410 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1640,9 +1640,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.26.7" +version = "0.26.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c375d5fd899e32847b8566e10598d6e9f1d9b55ec6de3cdf9e7da4bdc51371bc" +checksum = "29ddf41e393a9133c81d5f0974195366bd57082deac6e0eb02ed39b8341c2bb6" dependencies = [ "cfg-if", "core-foundation-sys", diff --git a/Cargo.toml b/Cargo.toml index b74d18f..565216f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ atty = "0.2.14" encoding_rs_io = "0.1.7" reqwest = { version = "0.11.13", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false } url = "2.3.1" -sysinfo = "0.26.7" +sysinfo = "0.26.8" thiserror = "1.0.37" clap_complete = "3.2.5" anyhow = "1.0.66"