From 123b2711f443f6a499ee8aa087b999b721d9bd2f Mon Sep 17 00:00:00 2001 From: Emelie Graven Date: Wed, 30 Oct 2024 09:51:02 +0100 Subject: [PATCH] chore: Delete unused itertools dependency --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 77ce9f0..46c8328 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,6 @@ bincode = "1.3.3" chrono = "0.4.19" config = { version = "0.14.0" } http = "1.1.0" -itertools = "0.13.0" # error-stack = "0.4.1" ldap-poller = { git = "https://github.com/famedly/ldap-poller", version = "0.1.0" } serde = { version = "1.0.203", features = ["derive"] }