I found metrics-util's `Cargo.toml` has config like: ```toml [dev-dependencies] hdrhistogram = { workspace = true } ``` But I find we do not use it in metrics-util at all... So, can I remove it?