Bump indexmap from 2.1.0 to 2.2.2 (#11746)

This commit is contained in:
dependabot[bot]
2024-02-08 12:31:41 +00:00
committed by GitHub
parent 84517138bc
commit e7f1bf8535
6 changed files with 7 additions and 7 deletions

View File

@ -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]

View File

@ -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 }

View File

@ -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"

View File

@ -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"

View File

@ -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"