summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-05-15 09:41:13 +0200
committerGitHub <noreply@github.com>2020-05-15 09:41:13 +0200
commit5694c378d273ec650df6384bbe8a147538d8b1da (patch)
tree8ef761fd4775b4016d87dfe3489ee468c43256d6
parent879f2ec5da5d38416373e84458af433c754081c2 (diff)
build(deps): bump sysinfo from 0.14.1 to 0.14.2 (#1212)
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.14.1 to 0.14.2. - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c7a358dd9..e0f24d349 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1186,9 +1186,9 @@ dependencies = [
[[package]]
name = "sysinfo"
-version = "0.14.1"
+version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d070254b7172eee9eb3990bea8f72aeabfe1226c40bf71a52e4fe75777812e9a"
+checksum = "70bbf8e10fc10b83e71bc19f4374ce17209d45c7c4c99b5067ac554aba3bfd08"
dependencies = [
"cfg-if",
"doc-comment",
diff --git a/Cargo.toml b/Cargo.toml
index dd2d09fbc..f52ebffdc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,7 +45,7 @@ unicode-segmentation = "1.6.0"
gethostname = "0.2.1"
once_cell = "1.4.0"
chrono = "0.4"
-sysinfo = "0.14.1"
+sysinfo = "0.14.2"
byte-unit = "3.0.3"
starship_module_config_derive = { version = "0.1.0", path = "starship_module_config_derive" }
yaml-rust = "0.4"