Bump sysinfo version from v0.22.2 to v0.23.5, close #3909 (#4810)

This commit is contained in:
Justin Ma 2022-03-11 00:38:32 +08:00 committed by GitHub
parent 14dc662e50
commit ce690ed18f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -4119,9 +4119,9 @@ dependencies = [
[[package]]
name = "sysinfo"
version = "0.22.5"
version = "0.23.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f1bfab07306a27332451a662ca9c8156e3a9986f82660ba9c8e744fe8455d43"
checksum = "07fa4c84a5305909b0eedfcc8d1f2fafdbede645bb700a45ecaafe681a0ac5d6"
dependencies = [
"cfg-if",
"core-foundation-sys",

View File

@ -67,7 +67,7 @@ serde_yaml = "0.8.16"
sha2 = "0.10.0"
shadow-rs = "0.8.1"
strip-ansi-escapes = "0.1.1"
sysinfo = "0.22.2"
sysinfo = "0.23.5"
terminal_size = "0.1.17"
thiserror = "1.0.29"
titlecase = "1.1.0"