mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 01:07:48 +02:00
Bump indexmap
to 2.0 (#9643)
# Description Apart from `polars` (only used with `--features dataframe`) and the dev-dependencies our deps use `indexmap 2.0`. Thus the default or `extra` `cargo build` will reduce deps. This also will help deduplicating `hashbrown` and `ahash`. For #8060 - Bump `indexmap` to 2.0 - Remove unneeded `serde` feature from `indexmap` # User-Facing Changes None
This commit is contained in:
committed by
GitHub
parent
92354a817c
commit
a3702e1eb7
@ -19,7 +19,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 = { version = "1.7" }
|
||||
indexmap = "2.0"
|
||||
lru = "0.10"
|
||||
miette = { version = "5.9", features = ["fancy-no-backtrace"] }
|
||||
num-format = "0.4"
|
||||
|
Reference in New Issue
Block a user