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

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