From 7c278296789b2655e3d9e81ae3e443814c339d61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 13:26:20 +0000 Subject: [PATCH] Bump sysinfo from 0.22.2 to 0.22.3 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.22.2 to 0.22.3. - [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 150ee856a..035c6e347 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1812,9 +1812,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.22.2" +version = "0.22.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c8591205e26661d45f9b31300599b133328c7e0f57e552a7be8d3b3c5748470" +checksum = "b645b59c59114c25d3d554f781b0a1f1f01545d1d02f271bfb1c897bdfdfdcf3" dependencies = [ "cfg-if 1.0.0", "core-foundation-sys", diff --git a/console_backend/Cargo.toml b/console_backend/Cargo.toml index 9f3cb7ea1..6a3b860e5 100644 --- a/console_backend/Cargo.toml +++ b/console_backend/Cargo.toml @@ -26,7 +26,7 @@ ordered-float = "2.0" ndarray = "0.15.4" glob = "0.3.0" criterion = "0.3.4" -sysinfo = "0.22.2" +sysinfo = "0.22.3" serialport = { version = "4.0.1", default-features = false } directories = "4" anyhow = { version = "1", features = ["backtrace"] }