From 8e581b8434793b281a7c5a7409a6b16c7d5c1089 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 08:00:34 +0000 Subject: [PATCH] build(deps): bump sysinfo from 0.31.0 to 0.31.2 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.31.0 to 0.31.2. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.31.0...v0.31.2) --- updated-dependencies: - dependency-name: sysinfo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++-------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04f6d12..faf42a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -255,17 +255,6 @@ version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" -[[package]] -name = "bstr" -version = "1.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" -dependencies = [ - "memchr", - "regex-automata", - "serde", -] - [[package]] name = "bumpalo" version = "3.16.0" @@ -1814,11 +1803,10 @@ checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" [[package]] name = "sysinfo" -version = "0.31.0" +version = "0.31.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29a6b037e3af4ae9a9d6214198e4df53091363b2c96c88fc416a6c1bd92a2799" +checksum = "d4115055da5f572fff541dd0c4e61b0262977f453cc9fe04be83aba25a89bdab" dependencies = [ - "bstr", "core-foundation-sys", "libc", "memchr", diff --git a/Cargo.toml b/Cargo.toml index e954793..61f9ef4 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.0", features = ["serde"] } +sysinfo = { version = "0.31.2", features = ["serde"] } tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros", "process"] } toml = "0.8.19"