From 62cff581f684da9807126b0de2b7794d35830f59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:47:05 +0000 Subject: [PATCH] build(deps): bump sysinfo from 0.31.4 to 0.32.0 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.31.4 to 0.32.0. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.31.4...v0.32.0) --- updated-dependencies: - dependency-name: sysinfo 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 0b0d289..dbb04c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1821,9 +1821,9 @@ checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" [[package]] name = "sysinfo" -version = "0.31.4" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be" +checksum = "e3b5ae3f4f7d64646c46c4cae4e3f01d1c5d255c7406fdd7c7f999a94e488791" dependencies = [ "core-foundation-sys", "libc", diff --git a/Cargo.toml b/Cargo.toml index fe77f4f..43a297c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -165,7 +165,7 @@ env_logger = "0.11.5" log.workspace = true mimalloc = { version = "0.1.43", optional = true } serde.workspace = true -sysinfo = { version = "0.31.4", features = ["serde"] } +sysinfo = { version = "0.32.0", features = ["serde"] } tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros", "process"] } toml = "0.8.19"