diff --git a/Cargo.toml b/Cargo.toml index aa412cba5108..9eb4d5b39af0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,7 +128,7 @@ env_logger = "0.11" futures = "0.3" half = { version = "2.2.1", default-features = false } hashbrown = { version = "0.14.5", features = ["raw"] } -indexmap = "2.0.0" +indexmap = "2.7.1" itertools = "0.14" log = "^0.4" object_store = { version = "0.11.0", default-features = false } diff --git a/datafusion-cli/Cargo.lock b/datafusion-cli/Cargo.lock index 967c2e5f0ef0..89ac94cab22c 100644 --- a/datafusion-cli/Cargo.lock +++ b/datafusion-cli/Cargo.lock @@ -2398,9 +2398,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.7.0" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" +checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" dependencies = [ "equivalent", "hashbrown 0.15.2",