build(deps): bump sysinfo from 0.15.2 to 0.15.3

Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.15.2 to 0.15.3.
- [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-10-13 20:01:39 +00:00
parent b10d2ecb1c
commit 2582b7e6c2
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1276,9 +1276,9 @@ dependencies = [
[[package]]
name = "sysinfo"
version = "0.15.2"
version = "0.15.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e35d086fd10743c3d963d6eec65f932b5a4afbe948931eaf7ae81f5d6cb555ae"
checksum = "67330cbee3b2a819e3365a773f05e884a136603687f812bf24db5b6c3d76b696"
dependencies = [
"cfg-if 0.1.10",
"doc-comment",

View File

@ -45,7 +45,7 @@ unicode-segmentation = "1.6.0"
gethostname = "0.2.1"
once_cell = "1.4.1"
chrono = "0.4"
sysinfo = "0.15.2"
sysinfo = "0.15.3"
byte-unit = "4.0.9"
starship_module_config_derive = { version = "0.1.2", path = "starship_module_config_derive" }
yaml-rust = "0.4"