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

@@ -11,7 +11,7 @@ nu-errors = { version = "0.26.1", path = "../nu-errors" }
nu-protocol = { version = "0.26.1", path = "../nu-protocol" }
nu-source = { version = "0.26.1", path = "../nu-source" }
futures = { version = "0.3.5", features = ["compat", "io-compat"] }
futures = { version = "0.3.12", features = ["compat", "io-compat"] }
[features]
stable = []