From a8caae4b7e78ce0f5dfc66aa988c1ab9c7c43ce7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:15:59 +0000 Subject: [PATCH] chore(deps): bump sysinfo from 0.32.0 to 0.32.1 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.32.0 to 0.32.1. - [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 | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9beb3a9..ce46e8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1263,9 +1263,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.163" +version = "0.2.167" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fdaeca4cf44ed4ac623e86ef41f056e848dbeab7ec043ecb7326ba300b36fd0" +checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" [[package]] name = "libm" @@ -2340,9 +2340,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.32.0" +version = "0.32.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3b5ae3f4f7d64646c46c4cae4e3f01d1c5d255c7406fdd7c7f999a94e488791" +checksum = "4c33cd241af0f2e9e3b5c32163b873b29956890b5342e6745b917ce9d490f4af" dependencies = [ "core-foundation-sys", "libc", diff --git a/Cargo.toml b/Cargo.toml index 23e135e..978b3a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ reqwest = { version = "0.12.9", default-features = false, features = ["rustls-tl serde = { version = "1.0.215", features = ["derive"] } serde_json = "1.0.132" sha2 = "0.10.8" -sysinfo = "0.32.0" +sysinfo = "0.32.1" tokio = { version = "1.41.1", features = ["full"] } toml = "0.8.19" tower-http = { version = "0.6.1", features = ["trace"] }