diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-07-30 09:12:42 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-07-30 09:12:42 +0300 |
commit | b261135683483d7650e8f30fdbd26491dd94b7c4 (patch) | |
tree | 82a973d0b0b57d51cbe22e534d8ec62e98929da7 /mix.exs | |
parent | aac7e0314eee9cb629e7bdc290b32aa0b12100cc (diff) | |
download | pleroma-b261135683483d7650e8f30fdbd26491dd94b7c4.tar.gz |
updated `cors_plug`
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |