mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 16:41:41 +02:00
Bump indexmap from 2.0.2 to 2.1.0 (#10969)
This commit is contained in:
@ -17,7 +17,7 @@ nu-path = { path = "../nu-path", version = "0.86.1" }
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.86.1" }
|
||||
nu-utils = { path = "../nu-utils", version = "0.86.1" }
|
||||
|
||||
indexmap = "2.0"
|
||||
indexmap = "2.1"
|
||||
miette = "5.10.0"
|
||||
|
||||
[dev-dependencies]
|
||||
|
@ -20,7 +20,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.86.1" }
|
||||
# Potential dependencies for extras
|
||||
chrono = { version = "0.4", features = ["std", "unstable-locales"], default-features = false }
|
||||
fancy-regex = "0.11"
|
||||
indexmap = { version = "2.0" }
|
||||
indexmap = { version = "2.1" }
|
||||
num = { version = "0.4", optional = true }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
sqlparser = { version = "0.36.1", optional = true }
|
||||
|
@ -47,7 +47,7 @@ filesize = "0.2"
|
||||
filetime = "0.2"
|
||||
fs_extra = "1.3"
|
||||
htmlescape = "0.3"
|
||||
indexmap = "2.0"
|
||||
indexmap = "2.1"
|
||||
indicatif = "0.17"
|
||||
itertools = "0.11"
|
||||
log = "0.4"
|
||||
|
@ -21,7 +21,7 @@ byte-unit = "4.0"
|
||||
chrono = { version = "0.4", features = [ "serde", "std", "unstable-locales" ], default-features = false }
|
||||
chrono-humanize = "0.2"
|
||||
fancy-regex = "0.11"
|
||||
indexmap = "2.0"
|
||||
indexmap = "2.1"
|
||||
lru = "0.12"
|
||||
miette = { version = "5.10", features = ["fancy-no-backtrace"] }
|
||||
num-format = "0.4"
|
||||
|
@ -12,7 +12,7 @@ version = "0.86.1"
|
||||
nu-plugin = { path = "../nu-plugin", version = "0.86.1" }
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.86.1", features = ["plugin"] }
|
||||
|
||||
indexmap = "2.0"
|
||||
indexmap = "2.1"
|
||||
eml-parser = "0.1"
|
||||
ical = "0.8"
|
||||
rust-ini = "0.20.0"
|
||||
|
Reference in New Issue
Block a user