mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 22:37:54 +00:00
move metrics dependency to workspace Cargo.toml
This commit is contained in:
parent
0cebf5e114
commit
e711e86ea3
3 changed files with 4 additions and 3 deletions
|
|
@ -9,9 +9,9 @@ axum = "0.6.4"
|
|||
fred = { workspace = true }
|
||||
http = "0.2.8"
|
||||
hyper-reverse-proxy = "0.5.1"
|
||||
lazy_static = "1.4.0"
|
||||
lazy_static = { workspace = true }
|
||||
libpk = { path = "../../lib/libpk" }
|
||||
metrics = "0.20.1"
|
||||
metrics = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
tower = "0.4.13"
|
||||
tracing = { workspace = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue