diff --git a/Cargo.lock b/Cargo.lock index 74f575c72..b16676c71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -894,15 +894,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" @@ -1409,16 +1400,12 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.29.11" +version = "0.32.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666" +checksum = "4c33cd241af0f2e9e3b5c32163b873b29956890b5342e6745b917ce9d490f4af" dependencies = [ - "cfg-if", "core-foundation-sys", "libc", - "ntapi", - "once_cell", - "winapi", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index d671ec005..aebcffe15 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.1", default-features = false, features = [] } terminal-colorsaurus = "0.4.8" unicode-segmentation = "1.10.1" # 0.2.0 (and 0.1.13) treats \n as width 1. Lines processed by delta have, lose,