From c75138d81bbad218eaa0b9bf58efb5bf35e8e683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 10:24:34 +0000 Subject: [PATCH] chore(deps): bump sysinfo from 0.35.0 to 0.35.1 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.35.0 to 0.35.1. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.35.0...v0.35.1) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.35.1 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 af33c0c..9067b26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1887,9 +1887,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.35.0" +version = "0.35.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b897c8ea620e181c7955369a31be5f48d9a9121cb59fd33ecef9ff2a34323422" +checksum = "79251336d17c72d9762b8b54be4befe38d2db56fbbc0241396d70f173c39d47a" dependencies = [ "libc", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 4385716..6368328 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ owo-colors = "4.2.0" regex = "1.11.1" reqwest = { version = "0.12.15", features = ["charset", "http2", "macos-system-configuration", "rustls-tls", "stream", "brotli", "zstd", "gzip"], default-features = false } serde = { version = "1.0.219", features = ["derive"] } -sysinfo = { version = "0.35.0", features = ["system"], default-features = false } +sysinfo = { version = "0.35.1", features = ["system"], default-features = false } tar = "0.4.44" temp-dir = "0.1.16" tokio = { version = "1.45.0", features = ["full"] }