diff --git a/Cargo.lock b/Cargo.lock index 993ede40..c3189247 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1763,9 +1763,9 @@ dependencies = [ [[package]] name = "sys-info" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f3e7ba888a12ddcf0084e36ae4609b055845f38022d1946b67356fbc27d5795" +checksum = "33fcecee49339531cf6bd84ecf3ed94f9c8ef4a7e700f2a1cac9cc1ca485383a" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 88fc773e..2399a5dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ unicode-segmentation = "1.7.1" gethostname = "0.2.1" once_cell = "1.7.2" chrono = "0.4.19" -sys-info = "0.8.0" +sys-info = "0.9.0" byte-unit = "4.0.10" starship_module_config_derive = { version = "0.2.1", path = "starship_module_config_derive" } yaml-rust = "0.4.5"