From e81fa3ba882d47e49a9fc10aa7846764412c00f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 07:27:08 +0000 Subject: [PATCH] build(deps): bump sysinfo from 0.31.2 to 0.31.3 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.31.2 to 0.31.3. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.31.2...v0.31.3) --- updated-dependencies: - dependency-name: sysinfo 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 1e3e7d2..48ea3da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1821,9 +1821,9 @@ checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" [[package]] name = "sysinfo" -version = "0.31.2" +version = "0.31.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4115055da5f572fff541dd0c4e61b0262977f453cc9fe04be83aba25a89bdab" +checksum = "2b92e0bdf838cbc1c4c9ba14f9c97a7ec6cdcd1ae66b10e1e42775a25553f45d" dependencies = [ "core-foundation-sys", "libc", diff --git a/Cargo.toml b/Cargo.toml index 1159a1b..3e13fea 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.2", features = ["serde"] } +sysinfo = { version = "0.31.3", features = ["serde"] } tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros", "process"] } toml = "0.8.19"