mirror of
https://github.com/nushell/nushell
synced 2024-11-10 07:04:13 +00:00
Bump sysinfo (#3267)
* add term size command * update to the latest sysinfo
This commit is contained in:
parent
e5621dea58
commit
dc8a68c98f
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -5805,9 +5805,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sysinfo"
|
||||
version = "0.16.4"
|
||||
version = "0.16.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6c280c91abd1aed2e36be1bc8f56fbc7a2acbb2b58fbcac9641510179cc72dd9"
|
||||
checksum = "567e910ef0207be81a4e1bb0491e9a8d9866cf45b20fe1a52c03d347da9ea51b"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"core-foundation-sys",
|
||||
|
|
|
@ -19,6 +19,6 @@ num-bigint = "0.3.1"
|
|||
|
||||
futures = { version = "0.3.12", features = ["compat", "io-compat"] }
|
||||
futures-timer = "3.0.2"
|
||||
sysinfo = "0.16.1"
|
||||
sysinfo = "0.16.5"
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
@ -18,6 +18,6 @@ nu-source = { path = "../nu-source", version = "0.29.1" }
|
|||
futures = { version = "0.3.5", features = ["compat", "io-compat"] }
|
||||
futures-util = "0.3.12"
|
||||
num-bigint = "0.3.1"
|
||||
sysinfo = "0.16.1"
|
||||
sysinfo = "0.16.5"
|
||||
|
||||
[build-dependencies]
|
||||
|
|
Loading…
Reference in a new issue