X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=5d945bf5f69b5038a6bab08ccc6e54601f5495ea;hb=a07310888fa3d46a36f3185ed09da7243921dad4;hp=4ba698620a94f9041eba3c25172edcce1b74c9e3;hpb=166455c88441b22455d996ed528ed4804514a3c0;p=akkoma diff --git a/mix.exs b/mix.exs index 4ba698620..5d945bf5f 100644 --- 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"}, @@ -177,7 +178,7 @@ defmodule Pleroma.Mixfile do {:quack, "~> 0.1.1"}, {:joken, "~> 2.0"}, {:benchee, "~> 1.0"}, - {:pot, "~> 0.11"}, + {:pot, "~> 1.0"}, {:esshd, "~> 0.1.0", runtime: Application.get_env(:esshd, :enabled, false)}, {:ex_const, "~> 0.2"}, {:plug_static_index_html, "~> 1.0.0"},