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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -2695,9 +2695,9 @@ dependencies = [
[[package]]
name = "indexmap"
version = "2.7.0"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058"
dependencies = [
"equivalent",
"hashbrown 0.15.2",

View File

@ -92,7 +92,7 @@ filesize = "0.2"
filetime = "0.2"
heck = "0.5.0"
human-date-parser = "0.2.0"
indexmap = "2.7"
indexmap = "2.8"
indicatif = "0.17"
interprocess = "2.2.0"
is_executable = "1.0"

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