summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-11-08 15:19:47 +0900
committerMatan Kushner <hello@matchai.me>2019-11-08 15:19:47 +0900
commitb02d6fe3c8c25332b9895f71247813191a766ada (patch)
tree164787321be70ad405ab40ddeef95770e69113f3 /Cargo.toml
parent5bb7467b566437241aee92f548a2ecd8f580625c (diff)
build(deps): bump sysinfo from 0.9.5 to 0.9.6 (#633)
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.9.5 to 0.9.6. - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 838f5577b..74ad4369f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ unicode-segmentation = "1.5.0"
gethostname = "0.2.0"
once_cell = "1.2.0"
chrono = "0.4"
-sysinfo = "0.9.5"
+sysinfo = "0.9.6"
byte-unit = "3.0.3"
starship_module_config_derive = { version = "0.1.0", path = "starship_module_config_derive" }
yaml-rust = "0.4"