diff options
Diffstat (limited to 'components/timers/Cargo.toml')
-rw-r--r-- | components/timers/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
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 } |