mix.exs: Apply OTP24 fixes to web_push_encryption
[akkoma] / mix.exs
diff --git a/mix.exs b/mix.exs
index 4ba698620a94f9041eba3c25172edcce1b74c9e3..7ab8387f90cd8b09573bca38b415c131d4844a84 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -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"},