mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 09:04:18 +01:00
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.
This commit is contained in:
parent
077d1c8125
commit
54398f9546
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user