From a46fb9d855584eeb71d0ab7c04d3feece310764f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 20:34:41 +0000 Subject: [PATCH] chore(deps): bump sysinfo from 0.35.2 to 0.36.1 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.35.2 to 0.36.1. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.35.2...v0.36.1) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.36.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 ac34d17..2367604 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1711,9 +1711,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.35.2" +version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c3ffa3e4ff2b324a57f7aeb3c349656c7b127c3c189520251a648102a92496e" +checksum = "252800745060e7b9ffb7b2badbd8b31cfa4aa2e61af879d0a3bf2a317c20217d" dependencies = [ "libc", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 09c5e03..723f5d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ tempfile = { version = "3", optional = true } tokio = { version = "1.0", features = ["full"], optional = true } uuid = { version = "1.16", optional = true, features = ["v4"] } reqwest = { version = "0.13", features = ["json"], optional = true } -sysinfo = { version = "0.35", optional = true } +sysinfo = { version = "0.36", optional = true } async-trait = { version = "0.1", optional = true } futures = { version = "0.3", optional = true } walkdir = { version = "2", optional = true }