From a4a24aec438658e08ce5f7c7efe713e520d7721e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 13:24:17 +0000 Subject: [PATCH] Bump sysinfo from 0.22.4 to 0.22.5 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.22.4 to 0.22.5. - [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 2a8a2cff0..8c52d6c03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1812,9 +1812,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 1.0.0", "core-foundation-sys", diff --git a/console_backend/Cargo.toml b/console_backend/Cargo.toml index 7df7501a1..5a978abe1 100644 --- a/console_backend/Cargo.toml +++ b/console_backend/Cargo.toml @@ -26,7 +26,7 @@ ordered-float = "2.10" ndarray = "0.15.4" glob = "0.3.0" criterion = "0.3.4" -sysinfo = "0.22.4" +sysinfo = "0.22.5" serialport = { version = "4.0.1", default-features = false } directories = "4" anyhow = { version = "1", features = ["backtrace"] }