build(deps): bump indexmap from 2.7.0 to 2.8.0 (#15345)

This commit is contained in:
dependabot[bot]
2025-03-20 15:45:58 +00:00
committed by GitHub
parent 2b4914608e
commit c99c8119fe
3 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ nu-utils = { path = "../nu-utils", version = "0.103.1" }
chrono = { workspace = true, features = ["std", "unstable-locales"], default-features = false }
chrono-tz = "0.10"
fancy-regex = { workspace = true }
indexmap = { version = "2.7" }
indexmap = { version = "2.8" }
num = {version = "0.4"}
serde = { version = "1.0", features = ["derive"] }
sqlparser = { version = "0.53"}