mix.exs: Apply OTP24 fixes to web_push_encryption

This commit is contained in:
Haelwenn (lanodan) Monnier 2021-05-22 17:55:40 +02:00
commit ab32ea44f0
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE
3 changed files with 5 additions and 4 deletions

View file

@ -149,7 +149,8 @@ defmodule Pleroma.Mixfile do
git: "https://git.pleroma.social/pleroma/elixir-libraries/crypt.git",
ref: "cf2aa3f11632e8b0634810a15b3e612c7526f6a3"},
{:cors_plug, "~> 2.0"},
{:web_push_encryption, "~> 0.3"},
{:web_push_encryption,
git: "https://github.com/lanodan/elixir-web-push-encryption.git", branch: "bugfix/otp-24"},
{:swoosh, "~> 1.0"},
{:phoenix_swoosh, "~> 0.3"},
{:gen_smtp, "~> 0.13"},