diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-07-30 09:08:03 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-07-30 09:08:03 +0300 |
commit | 4f10ef5e46f6ecd780994a10b139acb1351b7225 (patch) | |
tree | fba6b0053212bebb2f6a10b2feb3dd471d948b9c /mix.exs | |
parent | df82839c30b331d2a447301f1d70f3d67583844f (diff) | |
download | pleroma-4f10ef5e46f6ecd780994a10b139acb1351b7225.tar.gz |
set `web_push_encryption` version
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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"}, |