1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-02 08:30:50 +00:00

build(deps): bump sysinfo from 0.14.10 to 0.14.13

Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.14.10 to 0.14.13.
- [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-13 05:58:22 +00:00
parent 427f48aa8d
commit 0db640396b
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1211,9 +1211,9 @@ dependencies = [
[[package]]
name = "sysinfo"
version = "0.14.10"
version = "0.14.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da868225e7c7c75342ee400f8e2de2da0e8e07c9cd73649f4a2b961f2f71a171"
checksum = "eec476c3d107e7fc2c445e4edc26836c49ba5be0dae74146ee94ecb62759c31d"
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.10"
sysinfo = "0.14.13"
byte-unit = "4.0.8"
starship_module_config_derive = { version = "0.1.0", path = "starship_module_config_derive" }
yaml-rust = "0.4"