From 519cc3c9b5beeef2ffcdda1c0a797505caae3879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 13:02:29 +0000 Subject: [PATCH] chore(deps): bump indexmap from 2.10.0 to 2.11.4 Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.10.0 to 2.11.4. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.10.0...2.11.4) --- updated-dependencies: - dependency-name: indexmap dependency-version: 2.11.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/glaredb_core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5905d0566..9f7c7e12f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1545,9 +1545,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.10.0" +version = "2.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" +checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" dependencies = [ "equivalent", "hashbrown 0.15.2", diff --git a/crates/glaredb_core/Cargo.toml b/crates/glaredb_core/Cargo.toml index b7dc78584..4921783e8 100644 --- a/crates/glaredb_core/Cargo.toml +++ b/crates/glaredb_core/Cargo.toml @@ -30,7 +30,7 @@ rand = { workspace = true } uuid = { workspace = true } strsim = "0.11.1" scc = { workspace = true } -indexmap = "2.10.0" +indexmap = "2.11.4" half = { workspace = true } textwrap = { version = "0.16.1", default-features = false, features = ["unicode-width"] } globset = { version = "0.4.16", default-features = false }