plugin_sys: Bump sysinfo dep version (#3561)

Previous to this commit, the sysinfo crate would show blank `brand` for
Apple M1 architectures whenever you would run `sys | get cpu`.

I have fixed the issue in sysinfo, so bumping the dependency version to 0.18.2
means brand now is retrieved successfully on M1 architectures.
This commit is contained in:
Reagan McFarland
2021-06-05 19:15:30 -04:00
committed by GitHub
parent 1d0d0425d4
commit 995dbd25b3
2 changed files with 19 additions and 3 deletions

View File

@ -18,6 +18,6 @@ nu-source = { path = "../nu-source", version = "0.32.1" }
futures = { version = "0.3.5", features = ["compat", "io-compat"] }
futures-util = "0.3.12"
num-bigint = "0.3.1"
sysinfo = "0.16.5"
sysinfo = "0.18.2"
[build-dependencies]