Bump indexmap from 2.0.2 to 2.1.0 (#10969)

This commit is contained in:
dependabot[bot]
2023-11-07 15:36:34 +00:00
committed by GitHub
parent c039e4b3d0
commit 45b02ce2ab
6 changed files with 18 additions and 18 deletions

View File

@ -20,7 +20,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.86.1" }
# Potential dependencies for extras
chrono = { version = "0.4", features = ["std", "unstable-locales"], default-features = false }
fancy-regex = "0.11"
indexmap = { version = "2.0" }
indexmap = { version = "2.1" }
num = { version = "0.4", optional = true }
serde = { version = "1.0", features = ["derive"] }
sqlparser = { version = "0.36.1", optional = true }