From 1ed6228987a8632004bfca703f8897f7979ece4a Mon Sep 17 00:00:00 2001 From: Vincent Lafeychine <vincent.lafeychine@proton.me> Date: Sun, 11 Feb 2024 15:54:33 +0100 Subject: [PATCH] fix(cargo): Remove unusued dependencies --- rr_frontend/translation/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rr_frontend/translation/Cargo.toml b/rr_frontend/translation/Cargo.toml index 37bc44be..17c4ad39 100644 --- a/rr_frontend/translation/Cargo.toml +++ b/rr_frontend/translation/Cargo.toml @@ -7,7 +7,6 @@ edition = "2018" [dependencies] log = "0.4" datafrog = "2.0.1" -env_logger = "0.7.1" regex = "1" rustc-hash = "1.1.0" csv = "1.1" -- GitLab