From c3954df8fe7b61c4b3ea03bffe147b3ae966a87b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 06:17:16 +0000 Subject: [PATCH] Bump sysinfo from 0.29.11 to 0.32.0 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.29.11 to 0.32.0. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.29.11...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 | 17 ++--------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43888becc..cd13de191 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -887,15 +887,6 @@ dependencies = [ "libc", ] -[[package]] -name = "ntapi" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" -dependencies = [ - "winapi", -] - [[package]] name = "nu-ansi-term" version = "0.49.0" @@ -1392,16 +1383,12 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.29.11" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666" +checksum = "e3b5ae3f4f7d64646c46c4cae4e3f01d1c5d255c7406fdd7c7f999a94e488791" dependencies = [ - "cfg-if", "core-foundation-sys", "libc", - "ntapi", - "once_cell", - "winapi", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 016652abd..f77c5cc50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ shell-words = "1.0.0" smol_str = "0.1.24" syntect = "5.0.0" # sysinfo: no default features to disable the use of threads -sysinfo = { version = "0.29.0", default-features = false, features = [] } +sysinfo = { version = "0.32.0", default-features = false, features = [] } terminal-colorsaurus = "0.4.1" unicode-segmentation = "1.10.1" unicode-width = "=0.1.12"