mirror of
https://github.com/nushell/nushell.git
synced 2025-01-12 17:28:13 +01:00
update sysinfo to v16 (#3006)
This commit is contained in:
parent
d07789677f
commit
3083346884
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -5285,9 +5285,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "sysinfo"
|
||||
version = "0.15.11"
|
||||
version = "0.16.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dd024ccff6b09c6be38d41f168b7f3e132bac86338ee4b24fa485caf601ee158"
|
||||
checksum = "7c14e2f7068e99d8d3e3580787ffc6c7d21ad90393ff5e54523435197ccb43e6"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"cfg-if 1.0.0",
|
||||
|
@ -10,15 +10,15 @@ version = "0.26.0"
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
nu-errors = {path = "../nu-errors", version = "0.26.0"}
|
||||
nu-plugin = {path = "../nu-plugin", version = "0.26.0"}
|
||||
nu-protocol = {path = "../nu-protocol", version = "0.26.0"}
|
||||
nu-source = {path = "../nu-source", version = "0.26.0"}
|
||||
nu-errors = { path = "../nu-errors", version = "0.26.0" }
|
||||
nu-plugin = { path = "../nu-plugin", version = "0.26.0" }
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.26.0" }
|
||||
nu-source = { path = "../nu-source", version = "0.26.0" }
|
||||
|
||||
num-bigint = "0.3.0"
|
||||
|
||||
futures = {version = "0.3.5", features = ["compat", "io-compat"]}
|
||||
futures = { version = "0.3.5", features = ["compat", "io-compat"] }
|
||||
futures-timer = "3.0.2"
|
||||
sysinfo = "0.15.11"
|
||||
sysinfo = "0.16.1"
|
||||
|
||||
[build-dependencies]
|
||||
|
@ -18,6 +18,6 @@ nu-source = { path = "../nu-source", version = "0.26.0" }
|
||||
futures = { version = "0.3.5", features = ["compat", "io-compat"] }
|
||||
futures-util = "0.3.5"
|
||||
num-bigint = "0.3.0"
|
||||
sysinfo = "0.15.11"
|
||||
sysinfo = "0.16.1"
|
||||
|
||||
[build-dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user