summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-09-17 05:20:22 +0000
committerdependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-09-17 06:24:06 +0000
commit26e4de710e8ad87a75d12c0885d5e7a8bbc1ebf8 (patch)
tree9e0a173dda3c94b2497016dc7bc4432035933614
parent4fc0de4201fbe8941e6f0b06f243dc55ddcb7667 (diff)
build(deps): bump sysinfo from 0.15.1 to 0.15.2
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.15.1 to 0.15.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>
-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 e0a783557..5e0b1526c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1267,9 +1267,9 @@ dependencies = [
[[package]]
name = "sysinfo"
-version = "0.15.1"
+version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "13816d558f404113dfdf855ed982f160cf697b3e573a68b2b798062032182212"
+checksum = "e35d086fd10743c3d963d6eec65f932b5a4afbe948931eaf7ae81f5d6cb555ae"
dependencies = [
"cfg-if",
"doc-comment",
diff --git a/Cargo.toml b/Cargo.toml
index 0a4363f64..d0ed183be 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,7 +45,7 @@ unicode-segmentation = "1.6.0"
gethostname = "0.2.1"
once_cell = "1.4.1"
chrono = "0.4"
-sysinfo = "0.15.1"
+sysinfo = "0.15.2"
byte-unit = "4.0.9"
starship_module_config_derive = { version = "0.1.0", path = "starship_module_config_derive" }
yaml-rust = "0.4"