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

4
Cargo.lock generated
View File

@ -2735,9 +2735,9 @@ dependencies = [
[[package]]
name = "indexmap"
version = "2.9.0"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
dependencies = [
"equivalent",
"hashbrown 0.15.2",

View File

@ -93,7 +93,7 @@ filesize = "0.2"
filetime = "0.2"
heck = "0.5.0"
human-date-parser = "0.3.0"
indexmap = "2.9"
indexmap = "2.10"
indicatif = "0.17"
interprocess = "2.2.0"
is_executable = "1.0"

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