diff options
author | Vika <vika@fireburn.ru> | 2025-04-20 11:10:45 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2025-04-20 11:10:45 +0300 |
commit | 3e30368776b73c50f703454700555e91985070a2 (patch) | |
tree | ec68f1903fa44f18874552a0e54fb9b050ce3b14 /Cargo.toml | |
parent | 95467cb537a25cf286cc66df4915d91723d786aa (diff) | |
download | kittybox-3e30368776b73c50f703454700555e91985070a2.tar.zst |
remove the prometheus crate, as it was unused
Change-Id: Icae13f2daf5b584b70149ac5dcce342461b96815
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 141016e..451328a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -150,7 +150,6 @@ markdown = "1.0.0-alpha.21" microformats = { workspace = true } mime = "0.3.17" newbase60 = "0.1.4" -prometheus = { version = "0.13.4", features = ["process"] } rand = { workspace = true } redis = { version = "0.27.6", features = [ "aio", |