From 9dcd50305a2310d0fdf9aff0c2a5178ba0ef3a7d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 May 2020 09:42:06 +0200 Subject: [PATCH] build(deps): bump sysinfo from 0.14.3 to 0.14.4 (#1267) Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.14.3 to 0.14.4. - [Release notes](https://github.com/GuillaumeGomez/sysinfo/releases) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f32d97d1..94ca30dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1186,9 +1186,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.14.3" +version = "0.14.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa748057b52aac5fe6cf62677d536dcf4b639551496552aa2a8c43c501765ccc" +checksum = "4cf74492539712b190e4b3234cf6a4a026812e880fe45e8001807cc0044a7f21" dependencies = [ "cfg-if", "doc-comment", diff --git a/Cargo.toml b/Cargo.toml index 539ab2df..26fef140 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.3" +sysinfo = "0.14.4" byte-unit = "3.1.3" starship_module_config_derive = { version = "0.1.0", path = "starship_module_config_derive" } yaml-rust = "0.4"