diff --git a/Cargo.lock b/Cargo.lock index c0f8f27b..9d6558a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1186,9 +1186,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.14.4" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cf74492539712b190e4b3234cf6a4a026812e880fe45e8001807cc0044a7f21" +checksum = "5b796215da5a4b2a1a5db53ee55866c13b74a89acd259ab762eb10e28e937cb5" dependencies = [ "cfg-if", "doc-comment", diff --git a/Cargo.toml b/Cargo.toml index f30adda2..029aece6 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.4" +sysinfo = "0.14.5" byte-unit = "3.1.3" starship_module_config_derive = { version = "0.1.0", path = "starship_module_config_derive" } yaml-rust = "0.4"