Bump sys-info from 0.5.8 to 0.5.9 (#8089)

Bumps [sys-info](https://github.com/FillZpp/sys-info-rs) from 0.5.8 to 0.5.9.
- [Release notes](https://github.com/FillZpp/sys-info-rs/releases)
- [Changelog](https://github.com/FillZpp/sys-info-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FillZpp/sys-info-rs/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-02-03 14:49:39 -07:00
committed by GitHub
parent 0172d2a065
commit c835749563
6 changed files with 12 additions and 12 deletions

View File

@ -14,7 +14,7 @@ lazy_static = "1.4.0"
log = "0.4.8"
reqwest = { version = "0.10.1", default-features = false, features = ["blocking", "rustls-tls"] }
solana-sdk = { path = "../sdk", version = "0.24.0" }
sys-info = "0.5.8"
sys-info = "0.5.9"
[dev-dependencies]
rand = "0.6.5"