Use Github version of WebPushEncryption

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-05-02 12:07:39 +02:00
parent 926dd01272
commit cd61a98f4d
2 changed files with 2 additions and 2 deletions

View File

@@ -192,7 +192,7 @@ defmodule Mobilizon.Mixfile do
{:sentry, "~> 8.0"},
{:html_entities, "~> 0.5"},
{:sweet_xml, "~> 0.7"},
{:web_push_encryption, "~> 0.3"},
{:web_push_encryption, github: "danhper/elixir-web-push-encryption"},
{:eblurhash, "~> 1.2.0"},
{:struct_access, "~> 1.1.2"},
{:paasaa, "~> 0.5.0"},