update to the latest sysinfo crate (#6563)

This commit is contained in:
Darren Schroeder
2022-09-15 05:47:40 -05:00
committed by GitHub
parent 56bb9e92cb
commit cc62e4db26
4 changed files with 5 additions and 5 deletions

View File

@ -78,7 +78,7 @@ sha2 = "0.10.0"
# Disable default features b/c the default features build Git (very slow to compile)
shadow-rs = { version = "0.16.1", default-features = false }
strip-ansi-escapes = "0.1.1"
sysinfo = "0.25.2"
sysinfo = "0.26.2"
terminal_size = "0.2.1"
thiserror = "1.0.31"
titlecase = "2.0.0"