From f70aff89dcf56bac7355dca87bb334123d56e3f1 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sat, 9 Mar 2024 13:34:56 -0500 Subject: [PATCH] deps: bump sysinfo to =0.30.7 (#1425) --- Cargo.lock | 4 ++-- Cargo.toml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index afb66e26..7c0cbb84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1377,9 +1377,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.30.6" +version = "0.30.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6746919caf9f2a85bff759535664c060109f21975c5ac2e8652e60102bd4d196" +checksum = "0c385888ef380a852a16209afc8cfad22795dd8873d69c9a14d2e2088f118d18" dependencies = [ "cfg-if", "core-foundation-sys", diff --git a/Cargo.toml b/Cargo.toml index 97b41462..cd914b5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,6 @@ clap = { version = "=4.4.18", features = ["default", "cargo", "wrap_help"] } concat-string = "1.0.1" crossterm = "0.27.0" ctrlc = { version = "3.4.2", features = ["termination"] } -# dhat = "0.3.2" dirs = "5.0.1" fern = { version = "0.6.2", optional = true } hashbrown = "0.14.3" @@ -93,7 +92,7 @@ nvml-wrapper = { version = "0.10.0", optional = true, features = ["legacy-functi regex = "1.10.3" serde = { version = "1.0.197", features = ["derive"] } starship-battery = { version = "0.8.2", optional = true } -sysinfo = "=0.30.6" +sysinfo = "=0.30.7" thiserror = "1.0.57" time = { version = "0.3.34", features = ["formatting", "macros"] } toml_edit = { version = "0.22.6", features = ["serde"] }