mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
update sysinfo to v16 (#3006)
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user