From b3cd4969b10ff3a43fb759c064a95381fec65a1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 00:46:16 +0000 Subject: [PATCH] chore(deps): bump sysinfo from 0.26.5 to 0.26.6 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.26.5 to 0.26.6. - [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: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8c36094..cc7c0be6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2234,9 +2234,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.26.5" +version = "0.26.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ade661fa5e048ada64ad7901713301c21d2dbc5b65ee7967de8826c111452960" +checksum = "c6d0dedf2e65d25b365c588382be9dc3a3ee4b0ed792366cf722d174c359d948" dependencies = [ "cfg-if 1.0.0", "core-foundation-sys",