From cf447e6a4ee7a9ac898f85e379e4acbedcda595e Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Tue, 28 Nov 2023 03:37:50 +0000 Subject: deps: update sysinfo to 0.29.11 (#1337) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c0b09892..d25164a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1258,9 +1258,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.29.10" +version = "0.29.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a18d114d420ada3a891e6bc8e96a2023402203296a47cdd65083377dad18ba5" +checksum = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666" dependencies = [ "cfg-if", "core-foundation-sys", diff --git a/Cargo.toml b/Cargo.toml index f81ce845..afbeef85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ once_cell = "1.18.0" regex = "1.9.4" serde = { version = "=1.0.188 ", features = ["derive"] } starship-battery = { version = "0.8.2", optional = true } -sysinfo = "=0.29.10" +sysinfo = "=0.29.11" thiserror = "1.0.47" time = { version = "0.3.26", features = ["formatting", "macros"] } toml_edit = { version = "0.21.0", features = ["serde"] } -- cgit v1.2.3