X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=mix.exs;h=5c1d892081680461a1accfd9553f4225b16235f3;hb=22d52f5691d985e7daaa955e97e0722f038f6fae;hp=273307bbe99e20ace12dc160d9abd95f8422bd58;hpb=cf943492878c901cf2f0056ee2a8814e0322e9d8;p=akkoma diff --git a/mix.exs b/mix.exs index 273307bbe..5c1d89208 100644 --- a/mix.exs +++ b/mix.exs @@ -117,9 +117,13 @@ 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}, + # {:tesla, "~> 1.3", override: true}, + {:tesla, + git: "https://git.pleroma.social/pleroma/elixir-libraries/tesla.git", + ref: "922cc3db13b421763edbea76246b8ea61c38c6fa", + override: true}, {:castore, "~> 0.1"}, {:cowlib, "~> 2.8", override: true}, {:gun,