diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-05-22 17:55:40 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-06-03 19:11:16 +0200 |
commit | ab32ea44f0af54f9dd87f9a53378b1358f7ac1f8 (patch) | |
tree | 6969e09a34bf226e882e08ca4506928925a60b6e /mix.exs | |
parent | 2768063387fcfb310eaacf517ad6fc3521e9eee6 (diff) | |
download | pleroma-ab32ea44f0af54f9dd87f9a53378b1358f7ac1f8.tar.gz |
mix.exs: Apply OTP24 fixes to web_push_encryption
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"}, |