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:
Stefan Holderbach
2023-07-10 10:30:01 +02:00
committed by GitHub
parent 92354a817c
commit a3702e1eb7
6 changed files with 10 additions and 10 deletions

View File

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