From 3e7d6561d0ae16990d5f335b349581afd8059dd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 00:40:14 +0000 Subject: [PATCH] fix(deps): bump sysinfo from 0.33.1 to 0.35.1 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.33.1 to 0.35.1. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.33.1...v0.35.1) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.35.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 42 ++++++++++++++++++++++++++++++-------- Cargo.toml | 2 +- crates/chat-cli/Cargo.toml | 2 +- 3 files changed, 35 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5ed4e075..dbd2da6a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1553,7 +1553,7 @@ dependencies = [ "strum 0.27.1", "syn 2.0.101", "syntect", - "sysinfo", + "sysinfo 0.35.1", "tempfile", "thiserror 2.0.12", "time", @@ -2911,7 +2911,7 @@ dependencies = [ "serde", "serde_json", "shellexpand", - "sysinfo", + "sysinfo 0.35.1", "system-configuration", "tao", "tempfile", @@ -2992,7 +2992,7 @@ dependencies = [ "fig_util", "serde", "serde_json", - "sysinfo", + "sysinfo 0.35.1", "time", "tokio", "toml", @@ -3085,7 +3085,7 @@ dependencies = [ "regex", "serde", "serde_json", - "sysinfo", + "sysinfo 0.35.1", "tempfile", "thiserror 2.0.12", "tokio", @@ -3136,7 +3136,7 @@ dependencies = [ "dirs 5.0.1", "nix 0.29.0", "serde", - "sysinfo", + "sysinfo 0.35.1", "tempfile", "tokio", ] @@ -3339,7 +3339,7 @@ dependencies = [ "serde_json", "sha2", "strum 0.27.1", - "sysinfo", + "sysinfo 0.35.1", "thiserror 2.0.12", "time", "tokio", @@ -3401,7 +3401,7 @@ dependencies = [ "shell-words", "shellexpand", "shlex", - "sysinfo", + "sysinfo 0.35.1", "tempfile", "time", "tokio", @@ -5703,7 +5703,7 @@ dependencies = [ "nix 0.29.0", "ntapi", "procfs", - "sysinfo", + "sysinfo 0.33.1", "web-time", "windows 0.56.0", ] @@ -6021,6 +6021,16 @@ dependencies = [ "objc2-foundation 0.2.2", ] +[[package]] +name = "objc2-io-kit" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "71c1c64d6120e51cd86033f67176b1cb66780c2efe34dec55176f77befd93c0a" +dependencies = [ + "libc", + "objc2-core-foundation", +] + [[package]] name = "objc2-io-surface" version = "0.3.1" @@ -7020,7 +7030,7 @@ dependencies = [ "serde", "serde_json", "spinners", - "sysinfo", + "sysinfo 0.35.1", "tempfile", "thiserror 2.0.12", "time", @@ -8589,6 +8599,20 @@ dependencies = [ "windows 0.57.0", ] +[[package]] +name = "sysinfo" +version = "0.35.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79251336d17c72d9762b8b54be4befe38d2db56fbbc0241396d70f173c39d47a" +dependencies = [ + "libc", + "memchr", + "ntapi", + "objc2-core-foundation", + "objc2-io-kit", + "windows 0.61.1", +] + [[package]] name = "system-configuration" version = "0.6.1" diff --git a/Cargo.toml b/Cargo.toml index 2cc26b636..241e7841f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -138,7 +138,7 @@ shlex = "1.3.0" similar = "2.7.0" spinners = "4.1.0" strum = { version = "0.27.1", features = ["derive"] } -sysinfo = "0.33.1" +sysinfo = "0.35.1" thiserror = "2.0.12" tempfile = "3.18.0" time = { version = "0.3.39", features = [ diff --git a/crates/chat-cli/Cargo.toml b/crates/chat-cli/Cargo.toml index 1e7bb1757..8d0289c0f 100644 --- a/crates/chat-cli/Cargo.toml +++ b/crates/chat-cli/Cargo.toml @@ -127,7 +127,7 @@ spinners = "4.1.0" strip-ansi-escapes = "0.2.1" strum = { version = "0.27.1", features = ["derive"] } syntect = "5.2.0" -sysinfo = "0.33.1" +sysinfo = "0.35.1" tempfile = "3.18.0" thiserror = "2.0.12" time = { version = "0.3.39", features = [