diff --git a/Cargo.lock b/Cargo.lock index 43888becc..cd13de191 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -887,15 +887,6 @@ dependencies = [ "libc", ] -[[package]] -name = "ntapi" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" -dependencies = [ - "winapi", -] - [[package]] name = "nu-ansi-term" version = "0.49.0" @@ -1392,16 +1383,12 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.29.11" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666" +checksum = "e3b5ae3f4f7d64646c46c4cae4e3f01d1c5d255c7406fdd7c7f999a94e488791" dependencies = [ - "cfg-if", "core-foundation-sys", "libc", - "ntapi", - "once_cell", - "winapi", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 016652abd..f77c5cc50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ shell-words = "1.0.0" smol_str = "0.1.24" syntect = "5.0.0" # sysinfo: no default features to disable the use of threads -sysinfo = { version = "0.29.0", default-features = false, features = [] } +sysinfo = { version = "0.32.0", default-features = false, features = [] } terminal-colorsaurus = "0.4.1" unicode-segmentation = "1.10.1" unicode-width = "=0.1.12"