From f219d310cf95c4d4e032803c94d3a06ff0976c42 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2020 10:38:41 +0000 Subject: [PATCH] build(deps): bump sysinfo from 0.15.0 to 0.15.1 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.15.0 to 0.15.1. - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae2b54b89..b0db73a09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1291,9 +1291,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f597c00e6548b9ddd54c11b8e8534fc11223f28509d57e021f01797b50ca5ca1" +checksum = "13816d558f404113dfdf855ed982f160cf697b3e573a68b2b798062032182212" dependencies = [ "cfg-if", "doc-comment", diff --git a/Cargo.toml b/Cargo.toml index 14b80f901..d124adab4 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.15.0" +sysinfo = "0.15.1" byte-unit = "4.0.9" starship_module_config_derive = { version = "0.1.0", path = "starship_module_config_derive" } yaml-rust = "0.4"