From 183a78c09e0c9256f2847cbf01f74a7e9ffa65d2 Mon Sep 17 00:00:00 2001 From: Manuel Raimann Date: Mon, 2 Feb 2026 17:33:03 +0100 Subject: [PATCH] chore: remove log dependency from Cargo.toml --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c66ffe4..1947bcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,6 @@ categories = ["algorithm", "science", "data-structures"] readme = "README.md" [dependencies] -log = "0.4" rand = "0.9" thiserror = "2" parking_lot = "0.12"