From 2e10100299c710d8efa3f2e6525462b65f1517f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 06:35:10 +0000 Subject: [PATCH] Bump sysinfo from 0.38.2 to 0.38.3 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.38.2 to 0.38.3. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.38.2...v0.38.3) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.38.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e7d6b5..a2f90fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4013,7 +4013,7 @@ dependencies = [ "rustversion", "serde", "strip-ansi-escapes", - "sysinfo 0.38.2", + "sysinfo 0.38.3", "tempfile", "thiserror 2.0.18", "time", @@ -6428,9 +6428,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.38.2" +version = "0.38.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1efc19935b4b66baa6f654ac7924c192f55b175c00a7ab72410fc24284dacda8" +checksum = "d03c61d2a49c649a15c407338afe7accafde9dac869995dccb73e5f7ef7d9034" dependencies = [ "libc", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 1a7310c..57eb2a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ sqlx = { version = "0.8.6", features = [ "tls-rustls-aws-lc-rs", "uuid", ] } -sysinfo = { version = "0.38.2", features = ["serde", "windows"] } +sysinfo = { version = "0.38.3", features = ["serde", "windows"] } thiserror = "2.0.18" time = "0.3.47" tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }