From 54398f9546ab3b7715e9f0fa6649e3510d44e626 Mon Sep 17 00:00:00 2001 From: Ryan Faulhaber Date: Mon, 27 Nov 2023 10:37:47 -0500 Subject: [PATCH] Bump `sysinfo` to 0.29.11 (#11166) I discovered [a condition in which `sysinfo` would segfault](https://github.com/GuillaumeGomez/sysinfo/issues/1154), thereby causing nushell to segfault when the `sys` command was run (perhaps the cause of [this](https://github.com/nushell/nushell/issues/10987)). The segfault was fixed in `sysinfo`, I'm just bumping the version here. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8cd33b2ec2..b147b6fefa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5192,9 +5192,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.29.10" +version = "0.29.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a18d114d420ada3a891e6bc8e96a2023402203296a47cdd65083377dad18ba5" +checksum = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666" dependencies = [ "cfg-if", "core-foundation-sys",