build(deps): bump sysinfo from 0.14.7 to 0.14.8

Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.14.7 to 0.14.8.
- [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases)
- [Commits](https://github.com/GuillaumeGomez/sysinfo/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-03 05:43:48 +00:00
parent 4c12f3c6b6
commit c6c1bc435d
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1198,9 +1198,9 @@ dependencies = [
[[package]]
name = "sysinfo"
version = "0.14.7"
version = "0.14.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11c9e4fd26a5b1dfa0aceb8417d4825b65b49cf98b84a45b7af4007ad403e797"
checksum = "6c0fedee894bffc81be333211d2a724bde233aae9ba2ae9f5bfc97f34f48c1d2"
dependencies = [
"cfg-if",
"doc-comment",

View file

@ -45,7 +45,7 @@ unicode-segmentation = "1.6.0"
gethostname = "0.2.1"
once_cell = "1.4.0"
chrono = "0.4"
sysinfo = "0.14.5"
sysinfo = "0.14.8"
byte-unit = "4.0.4"
starship_module_config_derive = { version = "0.1.0", path = "starship_module_config_derive" }
yaml-rust = "0.4"