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

@ -11,7 +11,7 @@ doctest = false
[dependencies]
base64 = "0.12.3"
futures = {version = "0.3", features = ["compat", "io-compat"]}
futures = { version = "0.3.5", features = ["compat", "io-compat"] }
nu-errors = {path = "../nu-errors", version = "0.19.0"}
nu-plugin = {path = "../nu-plugin", version = "0.19.0"}
nu-protocol = {path = "../nu-protocol", version = "0.19.0"}