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

@ -33,7 +33,7 @@ log = "0.4"
miette = { version = "5.1.0", features = ["fancy"] }
percent-encoding = "2"
strip-ansi-escapes = "0.1.1"
sysinfo = "0.25.2"
sysinfo = "0.26.2"
thiserror = "1.0.31"
[features]