refactor: switch from fcm to fcm_v1 crate

This commit is contained in:
Paul Makles
2024-08-29 20:17:52 +01:00
parent ae2194cce8
commit 1fb4032d9e
4 changed files with 76 additions and 26 deletions

View File

@@ -85,11 +85,9 @@ revolt_okapi = { version = "0.9.1", optional = true }
revolt_rocket_okapi = { version = "0.9.1", optional = true }
# Notifications
fcm = "0.9.2"
fcm_v1 = "0.3.0"
web-push = "0.10.0"
revolt_a2 = { version = "0.10", default-features = false, features = [
"ring",
] }
revolt_a2 = { version = "0.10", default-features = false, features = ["ring"] }
# Authifier
authifier = { version = "1.0.8" }