diff --git a/Cargo.lock b/Cargo.lock index 2f8ca3777..e3e7449cf 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.31.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666" +checksum = "2b92e0bdf838cbc1c4c9ba14f9c97a7ec6cdcd1ae66b10e1e42775a25553f45d" dependencies = [ - "cfg-if", "core-foundation-sys", "libc", - "ntapi", - "once_cell", - "winapi", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 62ce5497b..42761a2f9 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.31.3", default-features = false, features = [] } terminal-colorsaurus = "0.4.1" unicode-segmentation = "1.10.1" unicode-width = "0.1.10"