mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Bump indexmap from 2.1.0 to 2.2.2 (#11746)
This commit is contained in:
@ -17,7 +17,7 @@ nu-path = { path = "../nu-path", version = "0.90.2" }
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.90.2" }
|
||||
nu-utils = { path = "../nu-utils", version = "0.90.2" }
|
||||
|
||||
indexmap = "2.1"
|
||||
indexmap = "2.2"
|
||||
miette = "7.0.0"
|
||||
|
||||
[dev-dependencies]
|
||||
|
@ -21,7 +21,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.90.2" }
|
||||
chrono = { version = "0.4", features = ["std", "unstable-locales"], default-features = false }
|
||||
chrono-tz = "0.8"
|
||||
fancy-regex = "0.12"
|
||||
indexmap = { version = "2.1" }
|
||||
indexmap = { version = "2.2" }
|
||||
num = { version = "0.4", optional = true }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
sqlparser = { version = "0.43", optional = true }
|
||||
|
@ -47,7 +47,7 @@ filesize = "0.2"
|
||||
filetime = "0.2"
|
||||
fs_extra = "1.3"
|
||||
human-date-parser = "0.1.1"
|
||||
indexmap = "2.1"
|
||||
indexmap = "2.2"
|
||||
indicatif = "0.17"
|
||||
itertools = "0.12"
|
||||
log = "0.4"
|
||||
|
@ -21,7 +21,7 @@ byte-unit = { version = "5.1", features = [ "serde" ] }
|
||||
chrono = { version = "0.4", features = [ "serde", "std", "unstable-locales" ], default-features = false }
|
||||
chrono-humanize = "0.2"
|
||||
fancy-regex = "0.12"
|
||||
indexmap = "2.1"
|
||||
indexmap = "2.2"
|
||||
lru = "0.12"
|
||||
miette = { version = "7.0", features = ["fancy-no-backtrace"] }
|
||||
num-format = "0.4"
|
||||
|
@ -12,7 +12,7 @@ version = "0.90.2"
|
||||
nu-plugin = { path = "../nu-plugin", version = "0.90.2" }
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.90.2", features = ["plugin"] }
|
||||
|
||||
indexmap = "2.1"
|
||||
indexmap = "2.2"
|
||||
eml-parser = "0.1"
|
||||
ical = "0.10"
|
||||
rust-ini = "0.20.0"
|
||||
|
Reference in New Issue
Block a user