mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 09:04:18 +01:00
Bump indexmap from 2.1.0 to 2.2.2 (#11746)
This commit is contained in:
parent
84517138bc
commit
e7f1bf8535
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1991,9 +1991,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "indexmap"
|
||||
version = "2.1.0"
|
||||
version = "2.2.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
|
||||
checksum = "824b2ae422412366ba479e8111fd301f7b5faece8149317bb81925979a53f520"
|
||||
dependencies = [
|
||||
"equivalent",
|
||||
"hashbrown 0.14.3",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user