From 6e2eb2fa3efb8ba4e3f2cfd9fde43b31d5791b4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 00:25:36 +0000 Subject: [PATCH] build(deps): bump sysinfo from 0.32.1 to 0.33.0 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.32.1 to 0.33.0. - [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-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 +++++++++++++++-- Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87e76d150..bab70e520 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5057,7 +5057,7 @@ dependencies = [ "rayon", "serde", "stacker", - "sysinfo", + "sysinfo 0.32.1", "version_check", ] @@ -5378,7 +5378,7 @@ dependencies = [ "strsim", "strum", "strum_macros", - "sysinfo", + "sysinfo 0.33.0", "tabwriter", "tempfile", "thousands", @@ -6725,6 +6725,19 @@ name = "sysinfo" version = "0.32.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c33cd241af0f2e9e3b5c32163b873b29956890b5342e6745b917ce9d490f4af" +dependencies = [ + "core-foundation-sys", + "libc", + "memchr", + "ntapi", + "windows 0.57.0", +] + +[[package]] +name = "sysinfo" +version = "0.33.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "948512566b1895f93b1592c7574baeb2de842f224f2aab158799ecadb8ebbb46" dependencies = [ "core-foundation-sys", "libc", diff --git a/Cargo.toml b/Cargo.toml index 78cc0ad77..ab5f8dd84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -242,7 +242,7 @@ snap = "1" strsim = { version = "0.11", optional = true } strum = { version = "0.26", features = ["phf"] } strum_macros = "0.26" -sysinfo = "0.32" +sysinfo = "0.33" tabwriter = "1.4" tempfile = "3" thousands = { version = "0.2", optional = true }