From 9cf7f0145dd346c51ce388b9689c1e349c9a57dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 13:57:30 +0000 Subject: [PATCH] Bump sysinfo from 0.29.7 to 0.29.8 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.29.7 to 0.29.8. - [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 52d3fdbc5..3f562248f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3018,9 +3018,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.29.7" +version = "0.29.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "165d6d8539689e3d3bc8b98ac59541e1f21c7de7c85d60dc80e43ae0ed2113db" +checksum = "d10ed79c22663a35a255d289a7fdcb43559fc77ff15df5ce6c341809e7867528" dependencies = [ "cfg-if", "core-foundation-sys", diff --git a/console_backend/Cargo.toml b/console_backend/Cargo.toml index 1f83b5502..4459f5145 100644 --- a/console_backend/Cargo.toml +++ b/console_backend/Cargo.toml @@ -64,7 +64,7 @@ logtest = "2.0.0" serial_test = "2" ndarray = "0.15.6" criterion = "0.4.0" -sysinfo = "0.29.7" +sysinfo = "0.29.8" tempfile = "3.7.1" rstest = "0.18.1"