1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-12 21:32:21 +00:00

build(deps): bump sysinfo from 0.14.8 to 0.14.9

Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.14.8 to 0.14.9.
- [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-06 06:22:32 +00:00
parent df710f80a9
commit 5584783d51
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1201,9 +1201,9 @@ dependencies = [
[[package]]
name = "sysinfo"
version = "0.14.8"
version = "0.14.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c0fedee894bffc81be333211d2a724bde233aae9ba2ae9f5bfc97f34f48c1d2"
checksum = "250c6d60cf9f90e1ef4fc9e94a7a2ba619c882ae7ba71fc1cacf5782cbd4c3fb"
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.8"
sysinfo = "0.14.9"
byte-unit = "4.0.8"
starship_module_config_derive = { version = "0.1.0", path = "starship_module_config_derive" }
yaml-rust = "0.4"