Bump sysinfo (#3267)

* add term size command

* update to the latest sysinfo
This commit is contained in:
Darren Schroeder 2021-04-05 14:36:19 -05:00 committed by GitHub
parent e5621dea58
commit dc8a68c98f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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]

View file

@ -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]