Bump a lot of deps (#1560)

This commit is contained in:
Jonathan Turner
2020-04-07 00:51:17 -07:00
committed by GitHub
parent c9f424977e
commit 04702530a3
20 changed files with 172 additions and 376 deletions

View File

@ -15,9 +15,9 @@ nu-errors = { path = "../nu-errors", version = "0.12.0" }
nu-parser = { path = "../nu-parser", version = "0.12.0" }
nu-protocol = { path = "../nu-protocol", version = "0.12.0" }
num-traits = "0.2.10"
itertools = "0.8.2"
indexmap = { version = "1.3.0", features = ["serde-1"] }
num-traits = "0.2.11"
itertools = "0.9.0"
indexmap = { version = "1.3.2", features = ["serde-1"] }
[build-dependencies]
nu-build = { version = "0.12.0", path = "../nu-build" }