build(deps): bump indexmap from 2.9.0 to 2.10.0 (#16087)

This commit is contained in:
dependabot[bot]
2025-07-02 07:23:08 +00:00
committed by GitHub
parent fdb677e932
commit 2c1b787db5
3 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ chrono = { workspace = true, features = [
], default-features = false }
chrono-tz = "0.10"
fancy-regex = { workspace = true }
indexmap = { version = "2.9" }
indexmap = { version = "2.10" }
num = { version = "0.4" }
serde = { version = "1.0", features = ["derive"] }
sqlparser = { version = "0.53" }