From f00d09ded5126d2ee3db9eff2840cfd33a7ead05 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sun, 7 May 2023 01:32:25 -0400 Subject: deps: bump sysinfo to =0.29.0 (#1135) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b021a3d1..3eb48b34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1240,9 +1240,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.28.4" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4c2f3ca6693feb29a89724516f016488e9aafc7f37264f898593ee4b942f31b" +checksum = "02f1dc6930a439cc5d154221b5387d153f8183529b07c19aca24ea31e0a167e1" dependencies = [ "cfg-if", "core-foundation-sys", diff --git a/Cargo.toml b/Cargo.toml index a1ef8d9d..3b40da7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ once_cell = "1.17.1" regex = "1.8.1" serde = { version = "1.0.160", features = ["derive"] } starship-battery = { version = "0.8.0", optional = true } -sysinfo = "0.28.4" +sysinfo = "=0.29.0" thiserror = "1.0.40" time = { version = "0.3.20", features = ["formatting", "macros"] } toml_edit = { version = "0.19.8", features = ["serde"] } -- cgit v1.2.3