diff --git a/Cargo.lock b/Cargo.lock index c0db1b15..7a8d6354 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1831,9 +1831,9 @@ dependencies = [ [[package]] name = "sys-info" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33fcecee49339531cf6bd84ecf3ed94f9c8ef4a7e700f2a1cac9cc1ca485383a" +checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 607cc07a..1f51f003 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ unicode-segmentation = "1.8.0" gethostname = "0.2.1" once_cell = "1.8.0" chrono = "0.4.19" -sys-info = "0.9.0" +sys-info = "0.9.1" byte-unit = "4.0.13" starship_module_config_derive = { version = "0.2.1", path = "starship_module_config_derive" } yaml-rust = "0.4.5"