Update some deps (#3011)

This commit is contained in:
Jonathan Turner
2021-02-06 09:54:54 +13:00
committed by GitHub
parent c83aea3c89
commit 6f17662a4e
31 changed files with 423 additions and 347 deletions

View File

@ -15,9 +15,9 @@ nu-plugin = { path = "../nu-plugin", version = "0.26.1" }
nu-protocol = { path = "../nu-protocol", version = "0.26.1" }
nu-source = { path = "../nu-source", version = "0.26.1" }
num-bigint = "0.3.0"
num-bigint = "0.3.1"
futures = { version = "0.3.5", features = ["compat", "io-compat"] }
futures = { version = "0.3.12", features = ["compat", "io-compat"] }
futures-timer = "3.0.2"
sysinfo = "0.16.1"