From 1522f40fd15a9d6265d30ea5f8ea5b0791e5672e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 17:43:49 +0200 Subject: [PATCH] fix(deps): update rust crate sysinfo to 0.22.5 (#628) 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 88c0595..4dfc862 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1530,9 +1530,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.22.4" +version = "0.22.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccb37aa4af23791c584202d286ed9420e023e9d27e49d5a76215623f4bcc2502" +checksum = "7f1bfab07306a27332451a662ca9c8156e3a9986f82660ba9c8e744fe8455d43" dependencies = [ "cfg-if", "core-foundation-sys", diff --git a/Cargo.toml b/Cargo.toml index 2ebdf76..5ca0944 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ atty = "0.2.14" encoding_rs_io = "0.1.7" reqwest = { version = "0.11.8", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false } url = "2.2.2" -sysinfo = "0.22.4" +sysinfo = "0.22.5" thiserror = "1.0.30" [dev-dependencies]