X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=28168729486989c62d36c00a079e5d969f091739;hb=1452b2823fbd858f2b818c35ca1faedb0d222690;hp=277c81672b96c246517cd9026cf1439f376cbf81;hpb=4afbef39f49948ddd3b1cd1bbda58ff7e3ac2785;p=akkoma diff --git a/mix.exs b/mix.exs index 277c81672..281687294 100644 --- a/mix.exs +++ b/mix.exs @@ -36,16 +36,18 @@ 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]} + {:credo, "~> 0.7", only: [:dev, :test]}, + {:mock, "~> 0.3.0", only: :test} ] end