diff options
author | Martin Robinson <mrobinson@igalia.com> | 2025-02-14 16:33:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-14 15:33:14 +0000 |
commit | ebd471bb5549afebadaa1388ab629e59fda35483 (patch) | |
tree | 3e2571955c4ac8553cd96fdcc47101360e76e213 /components/timers | |
parent | 32c13bcb1ea0b1d2d50bdac399421ad8489f0f7d (diff) | |
download | servo-ebd471bb5549afebadaa1388ab629e59fda35483.tar.gz servo-ebd471bb5549afebadaa1388ab629e59fda35483.zip |
deps: Remove some unused `Cargo.toml` (#35466)
These were discovered with cargo-machete.
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Diffstat (limited to 'components/timers')
-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 } |