summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-03-12 05:29:41 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-03-12 05:39:54 +0000
commitcae6a3dfc331918cc422cb3f3c610107c8276d2b (patch)
tree19429ddba647da10ea3ce6c92a52dcc0a699aebd /Cargo.toml
parentaf5071d6db5fc74c9581ebb09dccaa16696c44b4 (diff)
build(deps): bump sysinfo from 0.11.6 to 0.11.7
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.11.6 to 0.11.7. - [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 ed215c9b3..dbceb12a5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ unicode-segmentation = "1.6.0"
gethostname = "0.2.1"
once_cell = "1.3.1"
chrono = "0.4"
-sysinfo = "0.11.6"
+sysinfo = "0.11.7"
byte-unit = "3.0.3"
starship_module_config_derive = { version = "0.1.0", path = "starship_module_config_derive" }
yaml-rust = "0.4"