mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 01:28:24 +02:00
Bump a lot of deps (#1560)
This commit is contained in:
@ -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" }
|
||||
|
Reference in New Issue
Block a user