summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-07-30 09:12:42 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2020-07-30 09:12:42 +0300
commitb261135683483d7650e8f30fdbd26491dd94b7c4 (patch)
tree82a973d0b0b57d51cbe22e534d8ec62e98929da7 /mix.exs
parentaac7e0314eee9cb629e7bdc290b32aa0b12100cc (diff)
updated `cors_plug`
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 00fb2eb5e..c26e436c6 100644
--- a/mix.exs
+++ b/mix.exs
@@ -149,7 +149,7 @@ defmodule Pleroma.Mixfile do
{:crypt,
git: "https://github.com/msantos/crypt.git",
ref: "f63a705f92c26955977ee62a313012e309a4d77a"},
- {:cors_plug, "~> 1.5"},
+ {:cors_plug, "~> 2.0"},
{:web_push_encryption, "~> 0.3"},
{:swoosh, "~> 1.0"},
{:phoenix_swoosh, "~> 0.3"},