From 2ee6f414c01091ed8fe233645e19312add30d6c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 14:01:54 +0000 Subject: [PATCH] Bump sysinfo from 0.28.3 to 0.28.4 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.28.3 to 0.28.4. - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases) - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits) --- updated-dependencies: - dependency-name: sysinfo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- console_backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0b059cc09..8c080750b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2937,9 +2937,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.28.3" +version = "0.28.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f69e0d827cce279e61c2f3399eb789271a8f136d8245edef70f06e3c9601a670" +checksum = "b4c2f3ca6693feb29a89724516f016488e9aafc7f37264f898593ee4b942f31b" dependencies = [ "cfg-if", "core-foundation-sys", diff --git a/console_backend/Cargo.toml b/console_backend/Cargo.toml index 12daae5ca..3090f2ed0 100644 --- a/console_backend/Cargo.toml +++ b/console_backend/Cargo.toml @@ -64,7 +64,7 @@ logtest = "2.0.0" serial_test = "1" ndarray = "0.15.6" criterion = "0.4.0" -sysinfo = "0.28.3" +sysinfo = "0.28.4" tempfile = "3.4.0" rstest = "0.17.0"