Refactor web push notification handling to use reqwest client and improve session cleanup logic
Some checks failed
CI / ci (push) Failing after 1m44s
Some checks failed
CI / ci (push) Failing after 1m44s
This commit is contained in:
@@ -9,5 +9,6 @@ config = { workspace = true }
|
||||
async-trait = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
base64 = { workspace = true }
|
||||
web-push = "0.11"
|
||||
web-push = { version = "0.11", default-features = false }
|
||||
serde_json = { workspace = true }
|
||||
reqwest = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user