From 181267affee0ea265b0d0d8575cf6af36b557426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 08:09:54 +0000 Subject: [PATCH] Bump sysinfo from 0.33.0 to 0.33.1 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.33.0 to 0.33.1. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.33.0...v0.33.1) --- updated-dependencies: - dependency-name: sysinfo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3df95f0..88f8b0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1502,9 +1502,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.33.0" +version = "0.33.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "948512566b1895f93b1592c7574baeb2de842f224f2aab158799ecadb8ebbb46" +checksum = "4fc858248ea01b66f19d8e8a6d55f41deaf91e9d495246fd01368d99935c6c01" dependencies = [ "core-foundation-sys", "libc", diff --git a/Cargo.toml b/Cargo.toml index c038a62..bf8187e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ protobuf = "3.7.1" rumqttc = "0.24.0" serde = { version = "1.0.216", features = ["derive"] } serde_json = "1.0.134" -sysinfo = "0.33.0" +sysinfo = "0.33.1" tokio = { version = "1.42.0", features = ["full", "tracing"] } tokio-util = { version = "0.7.13", features = ["full"] } tracing = "0.1.41"