diff options
Diffstat (limited to 'components/metrics')
-rw-r--r-- | components/metrics/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/metrics/Cargo.toml b/components/metrics/Cargo.toml index 44864913a7a..f2464ccf24b 100644 --- a/components/metrics/Cargo.toml +++ b/components/metrics/Cargo.toml @@ -12,7 +12,7 @@ path = "lib.rs" [dependencies] base = { workspace = true } -gfx_traits = { workspace = true } +fonts_traits = { workspace = true } ipc-channel = { workspace = true } log = { workspace = true } malloc_size_of = { workspace = true } |