X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=cc279a7f9daad550e22e365e75954769727bd166;hb=e7b00f202f717ca3c7ca2d624d6ad7d79f499ac6;hp=dfb8f6c22f1a56355de7e361b65470e19f68a2f4;hpb=4e4a3e5e13e204344f8c0974166756b9963d1dc0;p=akkoma diff --git a/mix.exs b/mix.exs index dfb8f6c22..cc279a7f9 100644 --- a/mix.exs +++ b/mix.exs @@ -36,17 +36,19 @@ defmodule Pleroma.Mixfile do {:postgrex, ">= 0.0.0"}, {:gettext, "~> 0.11"}, {:cowboy, "~> 1.0", override: true}, - {:comeonin, "~> 3.0"}, + {:comeonin, "~> 4.0"}, + {:pbkdf2_elixir, "~> 0.12"}, {:trailing_format_plug, "~> 0.0.5"}, {:html_sanitize_ex, "~> 1.3.0-rc1"}, {:phoenix_html, "~> 2.10"}, {:calendar, "~> 0.16.1"}, - {:cachex, "~> 2.1"}, - {:httpoison, "~> 0.11.2"}, + {:cachex, "~> 3.0"}, + {:httpoison, "~> 1.1.0"}, {:jason, "~> 1.0"}, {:ex_machina, "~> 2.0", only: :test}, {:credo, "~> 0.7", only: [:dev, :test]}, - {:mock, "~> 0.3.0", only: :test} + {:mock, "~> 0.3.0", only: :test}, + {:mogrify, "~> 0.6.1"} ] end