From 0da3e92b1ea39312bd39d7fde0b136b92114e61c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 13:25:57 +0000 Subject: [PATCH] Bump sysinfo from 0.23.8 to 0.23.10 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.23.8 to 0.23.10. - [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 5e68612d8..dab73c70c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1844,9 +1844,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.23.8" +version = "0.23.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad04c584871b8dceb769a20b94e26a357a870c999b7246dcd4cb233d927547e3" +checksum = "4eea2ed6847da2e0c7289f72cb4f285f0bd704694ca067d32be811b2a45ea858" dependencies = [ "cfg-if 1.0.0", "core-foundation-sys", diff --git a/console_backend/Cargo.toml b/console_backend/Cargo.toml index cf7ce0b7c..ded86ad59 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.23.8" +sysinfo = "0.23.10" serialport = { git = "https://github.com/swift-nav/serialport-rs.git", default-features = false } directories = "4" anyhow = { version = "1", features = ["backtrace"] }