Bump indexmap from 2.0.2 to 2.1.0 (#10969)

This commit is contained in:
dependabot[bot] 2023-11-07 15:36:34 +00:00 committed by GitHub
parent c039e4b3d0
commit 45b02ce2ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 18 additions and 18 deletions

26
Cargo.lock generated
View File

@ -1866,9 +1866,9 @@ dependencies = [
[[package]] [[package]]
name = "indexmap" name = "indexmap"
version = "2.0.2" version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897" checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
dependencies = [ dependencies = [
"equivalent", "equivalent",
"hashbrown 0.14.1", "hashbrown 0.14.1",
@ -2747,7 +2747,7 @@ dependencies = [
name = "nu-cmd-base" name = "nu-cmd-base"
version = "0.86.1" version = "0.86.1"
dependencies = [ dependencies = [
"indexmap 2.0.2", "indexmap 2.1.0",
"miette", "miette",
"nu-engine", "nu-engine",
"nu-glob", "nu-glob",
@ -2765,7 +2765,7 @@ version = "0.86.1"
dependencies = [ dependencies = [
"chrono", "chrono",
"fancy-regex", "fancy-regex",
"indexmap 2.0.2", "indexmap 2.1.0",
"nu-cmd-lang", "nu-cmd-lang",
"nu-engine", "nu-engine",
"nu-parser", "nu-parser",
@ -2856,7 +2856,7 @@ dependencies = [
"filetime", "filetime",
"fs_extra", "fs_extra",
"htmlescape", "htmlescape",
"indexmap 2.0.2", "indexmap 2.1.0",
"indicatif", "indicatif",
"itertools 0.11.0", "itertools 0.11.0",
"libc", "libc",
@ -3052,7 +3052,7 @@ dependencies = [
"chrono", "chrono",
"chrono-humanize", "chrono-humanize",
"fancy-regex", "fancy-regex",
"indexmap 2.0.2", "indexmap 2.1.0",
"lru", "lru",
"miette", "miette",
"nu-path", "nu-path",
@ -3167,7 +3167,7 @@ version = "0.86.1"
dependencies = [ dependencies = [
"eml-parser", "eml-parser",
"ical", "ical",
"indexmap 2.0.2", "indexmap 2.1.0",
"nu-plugin", "nu-plugin",
"nu-protocol", "nu-protocol",
"rust-ini", "rust-ini",
@ -3792,7 +3792,7 @@ dependencies = [
"comfy-table", "comfy-table",
"either", "either",
"hashbrown 0.14.1", "hashbrown 0.14.1",
"indexmap 2.0.2", "indexmap 2.1.0",
"num-traits", "num-traits",
"once_cell", "once_cell",
"polars-arrow", "polars-arrow",
@ -3865,7 +3865,7 @@ dependencies = [
"arrow2", "arrow2",
"fallible-streaming-iterator", "fallible-streaming-iterator",
"hashbrown 0.14.1", "hashbrown 0.14.1",
"indexmap 2.0.2", "indexmap 2.1.0",
"num-traits", "num-traits",
"polars-arrow", "polars-arrow",
"polars-error", "polars-error",
@ -3906,7 +3906,7 @@ dependencies = [
"argminmax", "argminmax",
"arrow2", "arrow2",
"either", "either",
"indexmap 2.0.2", "indexmap 2.1.0",
"memchr", "memchr",
"polars-arrow", "polars-arrow",
"polars-core", "polars-core",
@ -4742,7 +4742,7 @@ version = "0.9.25"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574" checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574"
dependencies = [ dependencies = [
"indexmap 2.0.2", "indexmap 2.1.0",
"itoa", "itoa",
"ryu", "ryu",
"serde", "serde",
@ -5472,7 +5472,7 @@ version = "0.19.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
dependencies = [ dependencies = [
"indexmap 2.0.2", "indexmap 2.1.0",
"serde", "serde",
"serde_spanned", "serde_spanned",
"toml_datetime", "toml_datetime",
@ -5485,7 +5485,7 @@ version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca676d9ba1a322c1b64eb8045a5ec5c0cfb0c9d08e15e9ff622589ad5221c8fe" checksum = "ca676d9ba1a322c1b64eb8045a5ec5c0cfb0c9d08e15e9ff622589ad5221c8fe"
dependencies = [ dependencies = [
"indexmap 2.0.2", "indexmap 2.1.0",
"serde", "serde",
"serde_spanned", "serde_spanned",
"toml_datetime", "toml_datetime",

View File

@ -17,7 +17,7 @@ nu-path = { path = "../nu-path", version = "0.86.1" }
nu-protocol = { path = "../nu-protocol", version = "0.86.1" } nu-protocol = { path = "../nu-protocol", version = "0.86.1" }
nu-utils = { path = "../nu-utils", version = "0.86.1" } nu-utils = { path = "../nu-utils", version = "0.86.1" }
indexmap = "2.0" indexmap = "2.1"
miette = "5.10.0" miette = "5.10.0"
[dev-dependencies] [dev-dependencies]

View File

@ -20,7 +20,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.86.1" }
# Potential dependencies for extras # Potential dependencies for extras
chrono = { version = "0.4", features = ["std", "unstable-locales"], default-features = false } chrono = { version = "0.4", features = ["std", "unstable-locales"], default-features = false }
fancy-regex = "0.11" fancy-regex = "0.11"
indexmap = { version = "2.0" } indexmap = { version = "2.1" }
num = { version = "0.4", optional = true } num = { version = "0.4", optional = true }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
sqlparser = { version = "0.36.1", optional = true } sqlparser = { version = "0.36.1", optional = true }

View File

@ -47,7 +47,7 @@ filesize = "0.2"
filetime = "0.2" filetime = "0.2"
fs_extra = "1.3" fs_extra = "1.3"
htmlescape = "0.3" htmlescape = "0.3"
indexmap = "2.0" indexmap = "2.1"
indicatif = "0.17" indicatif = "0.17"
itertools = "0.11" itertools = "0.11"
log = "0.4" log = "0.4"

View File

@ -21,7 +21,7 @@ byte-unit = "4.0"
chrono = { version = "0.4", features = [ "serde", "std", "unstable-locales" ], default-features = false } chrono = { version = "0.4", features = [ "serde", "std", "unstable-locales" ], default-features = false }
chrono-humanize = "0.2" chrono-humanize = "0.2"
fancy-regex = "0.11" fancy-regex = "0.11"
indexmap = "2.0" indexmap = "2.1"
lru = "0.12" lru = "0.12"
miette = { version = "5.10", features = ["fancy-no-backtrace"] } miette = { version = "5.10", features = ["fancy-no-backtrace"] }
num-format = "0.4" num-format = "0.4"

View File

@ -12,7 +12,7 @@ version = "0.86.1"
nu-plugin = { path = "../nu-plugin", version = "0.86.1" } nu-plugin = { path = "../nu-plugin", version = "0.86.1" }
nu-protocol = { path = "../nu-protocol", version = "0.86.1", features = ["plugin"] } nu-protocol = { path = "../nu-protocol", version = "0.86.1", features = ["plugin"] }
indexmap = "2.0" indexmap = "2.1"
eml-parser = "0.1" eml-parser = "0.1"
ical = "0.8" ical = "0.8"
rust-ini = "0.20.0" rust-ini = "0.20.0"