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