From c99c8119fe08888e507a6471ff533b1dce746e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 15:45:58 +0000 Subject: [PATCH] build(deps): bump indexmap from 2.7.0 to 2.8.0 (#15345) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/nu_plugin_polars/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9bc67a0a32..0cad36ed6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 01e43f929b..fbd1a134d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/crates/nu_plugin_polars/Cargo.toml b/crates/nu_plugin_polars/Cargo.toml index 1989a10bc3..0deb318ed8 100644 --- a/crates/nu_plugin_polars/Cargo.toml +++ b/crates/nu_plugin_polars/Cargo.toml @@ -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"}