From ebd471bb5549afebadaa1388ab629e59fda35483 Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Fri, 14 Feb 2025 16:33:14 +0100 Subject: deps: Remove some unused `Cargo.toml` (#35466) These were discovered with cargo-machete. Signed-off-by: Martin Robinson --- components/timers/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'components/timers') diff --git a/components/timers/Cargo.toml b/components/timers/Cargo.toml index 122807cc038..f204749ae87 100644 --- a/components/timers/Cargo.toml +++ b/components/timers/Cargo.toml @@ -14,7 +14,6 @@ path = "lib.rs" [dependencies] base = { workspace = true } crossbeam-channel = { workspace = true } -log = { workspace = true } malloc_size_of = { workspace = true } malloc_size_of_derive = { workspace = true } serde = { workspace = true } -- cgit v1.2.3