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

@ -14,7 +14,7 @@ nu-glob = { path = "../nu-glob", version = "0.68.2" }
nu-utils = { path = "../nu-utils", version = "0.68.2" }
chrono = { version="0.4.21", features=["serde"] }
sysinfo = "0.25.2"
sysinfo = "0.26.2"
strip-ansi-escapes = "0.1.1"
[features]