From a49bebf7639cbaac44c05f258c357885b788c5ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 16:20:41 +0000 Subject: [PATCH] Bump sysinfo from 0.26.1 to 0.26.2 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.26.1 to 0.26.2. - [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 c628b17cc..d65bbf089 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2879,9 +2879,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.26.1" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "621609553b14bca49448b3c97e625d7187980cc2a42fd169b4c3b306dcc4a7e9" +checksum = "4ae2421f3e16b3afd4aa692d23b83d0ba42ee9b0081d5deeb7d21428d7195fb1" dependencies = [ "cfg-if 1.0.0", "core-foundation-sys", diff --git a/console_backend/Cargo.toml b/console_backend/Cargo.toml index 7333c24bd..9df9bf7c5 100644 --- a/console_backend/Cargo.toml +++ b/console_backend/Cargo.toml @@ -26,7 +26,7 @@ ordered-float = "3.0" ndarray = "0.15.6" glob = "0.3.0" criterion = "0.3.6" -sysinfo = "0.26.1" +sysinfo = "0.26.2" serialport = { git = "https://github.com/swift-nav/serialport-rs.git", default-features = false } directories = "4" anyhow = { version = "1", features = ["backtrace"] }