diff --git a/Cargo.lock b/Cargo.lock index e1a9b54dd5..84195cca5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 8797623aa6..c148cd9f6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/crates/nu_plugin_polars/Cargo.toml b/crates/nu_plugin_polars/Cargo.toml index 85995c530b..5a145e9bd5 100644 --- a/crates/nu_plugin_polars/Cargo.toml +++ b/crates/nu_plugin_polars/Cargo.toml @@ -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" }