updated dependencies (#2517)

This commit is contained in:
Darren Schroeder
2020-09-08 17:35:45 -05:00
committed by GitHub
parent d9ae66791a
commit 2eb4f8d28a
22 changed files with 245 additions and 244 deletions

View File

@ -16,7 +16,7 @@ nu-protocol = {path = "../nu-protocol", version = "0.19.0"}
nu-source = {path = "../nu-source", version = "0.19.0"}
battery = "0.7.6"
futures = {version = "0.3", features = ["compat", "io-compat"]}
futures = { version = "0.3.5", features = ["compat", "io-compat"] }
futures-util = "0.3.5"
num-bigint = "0.2.6"