fix: import tokio-metrics and tokio-metrics-collector (#5264)

This commit is contained in:
chenmortal
2025-01-02 13:58:31 +08:00
committed by GitHub
parent 53d006292d
commit 2b89970d45
2 changed files with 33 additions and 2 deletions

View File

@@ -39,3 +39,7 @@ tokio-util.workspace = true
[dev-dependencies]
tokio-test = "0.4"
[target.'cfg(tokio_unstable)'.dependencies]
tokio-metrics = { version = "0.3" }
tokio-metrics-collector = { version = "0.2" }