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

@ -15,7 +15,7 @@ nu-parser = {path = "../nu-parser", version = "0.19.0"}
nu-protocol = {path = "../nu-protocol", version = "0.19.0"}
nu-source = {path = "../nu-source", version = "0.19.0"}
indexmap = {version = "1.4.0", features = ["serde-1"]}
indexmap = { version = "1.6.0", features = ["serde-1"] }
itertools = "0.9.0"
num-traits = "0.2.12"