X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=266dcac27dc07e87d46ece996c28c43d77c74c9e;hb=05da5f5cca00c8b061858ff85e4a4640f3d91cb6;hp=b28c65694cf378752b9368f5f5721ffdfaf48d21;hpb=631eed8799b25ff26c8fd7b3ff6f7063bdd88d01;p=akkoma diff --git a/mix.exs b/mix.exs index b28c65694..266dcac27 100644 --- a/mix.exs +++ b/mix.exs @@ -117,7 +117,7 @@ defmodule Pleroma.Mixfile do {:html_entities, "~> 0.5", override: true}, {:phoenix_html, "~> 2.10"}, {:calendar, "~> 0.17.4"}, - {:cachex, "~> 3.0.2"}, + {:cachex, "~> 3.2"}, {:poison, "~> 3.0", override: true}, {:tesla, "~> 1.3", override: true}, {:jason, "~> 1.0"}, @@ -139,8 +139,8 @@ defmodule Pleroma.Mixfile do {:phoenix_swoosh, "~> 0.2"}, {:gen_smtp, "~> 0.13"}, {:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test}, - {:floki, "~> 0.23.0"}, {:ex_syslogger, "~> 1.4"}, + {:floki, "~> 0.25"}, {:timex, "~> 3.5"}, {:ueberauth, "~> 0.4"}, {:auto_linker,