From 238a2279b7a3ebe1e2286257d2c7d600e53eaa5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 13:37:54 +0000 Subject: [PATCH] build(deps): bump sysinfo from 0.35.1 to 0.35.2 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.35.1 to 0.35.2. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.35.1...v0.35.2) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.35.2 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 0957cce..d45b77d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -247,9 +247,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.35.1" +version = "0.35.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79251336d17c72d9762b8b54be4befe38d2db56fbbc0241396d70f173c39d47a" +checksum = "3c3ffa3e4ff2b324a57f7aeb3c349656c7b127c3c189520251a648102a92496e" dependencies = [ "libc", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 7fe1090..33238f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,6 @@ license-file = "LICENSE" [dependencies] clap = { version = "4.5.39", features = ["derive"] } regex = "1.11.1" -sysinfo = "0.35.1" +sysinfo = "0.35.2" uname = "0.1.1" users = "0.11.0"