From 8eefc8a6a6631159fda0deb954030eaf92a77636 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sat, 4 Apr 2026 13:52:26 +0200 Subject: [PATCH] Remove unused dependency --- Cargo.lock | 1 - Cargo.toml | 2 -- 2 files changed, 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f04678404a..54c68d8f93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,7 +112,6 @@ dependencies = [ "cc", "fdt", "hashbrown 0.14.5", - "indexmap", "linked_list_allocator", "object", "raw-cpuid", diff --git a/Cargo.toml b/Cargo.toml index 6cd898db78..9ea80c0883 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,8 +23,6 @@ rmm = { path = "rmm", default-features = false } slab = { version = "0.4", default-features = false } smallvec = { version = "1.15.1", default-features = false } spin = { version = "0.9.8" } -# TODO: Remove -indexmap = { version = "2.5.0", default-features = false } [dependencies.object] version = "0.37.1"