summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-07-30 09:08:03 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2020-07-30 09:08:03 +0300
commit4f10ef5e46f6ecd780994a10b139acb1351b7225 (patch)
treefba6b0053212bebb2f6a10b2feb3dd471d948b9c /mix.exs
parentdf82839c30b331d2a447301f1d70f3d67583844f (diff)
set `web_push_encryption` version
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 1 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index 2e9775e04..87c5c92af 100644
--- a/mix.exs
+++ b/mix.exs
@@ -133,7 +133,6 @@ defmodule Pleroma.Mixfile do
{:calendar, "~> 1.0"},
{:cachex, "~> 3.2"},
{:poison, "~> 3.0", override: true},
- # {:tesla, "~> 1.3", override: true},
{:tesla,
github: "teamon/tesla", ref: "af3707078b10793f6a534938e56b963aff82fe3c", override: true},
{:castore, "~> 0.1"},
@@ -151,7 +150,7 @@ defmodule Pleroma.Mixfile do
git: "https://github.com/msantos/crypt.git",
ref: "f63a705f92c26955977ee62a313012e309a4d77a"},
{:cors_plug, "~> 1.5"},
- {:web_push_encryption, "~> 0.2.1"},
+ {:web_push_encryption, "~> 0.3"},
{:swoosh, "~> 1.0"},
{:phoenix_swoosh, "~> 0.3"},
{:gen_smtp, "~> 0.13"},