deps: bump sysinfo to 0.28 (#1078)

* deps: update sysinfo to 0.28.0

* 0.28.1

* 0.28.2

* 0.28.3

* 0.28.4
This commit is contained in:
Clement Tsang 2023-03-27 00:50:21 -04:00 committed by GitHub
parent 7ee6da3776
commit 444d2f7ad7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -1605,9 +1605,9 @@ dependencies = [
[[package]]
name = "sysinfo"
version = "0.26.9"
version = "0.28.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c18a6156d1f27a9592ee18c1a846ca8dd5c258b7179fc193ae87c74ebb666f5"
checksum = "b4c2f3ca6693feb29a89724516f016488e9aafc7f37264f898593ee4b942f31b"
dependencies = [
"cfg-if",
"core-foundation-sys 0.8.3",

View file

@ -96,7 +96,7 @@ once_cell = "1.5.2"
regex = "1.7.1"
serde = { version = "1.0.152", features = ["derive"] }
starship-battery = { version = "0.7.9", optional = true }
sysinfo = "0.26.7"
sysinfo = "0.28.4"
thiserror = "1.0.38"
time = { version = "0.3.20", features = ["formatting", "macros"] }
toml_edit = { version = "0.19.4", features = ["serde"] }

View file

@ -7,13 +7,13 @@
#![warn(rust_2018_idioms)]
#![deny(clippy::missing_safety_doc)]
// TODO: Deny unused imports.
#[allow(unused_imports)]
// Only used for builds not intended for release.
#[cfg(feature = "log")]
#[macro_use]
extern crate log;
// TODO: Deny unused imports.
use std::{
boxed::Box,
fs,