X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=3b1bbbaf20e17cc9268727bdf1734743f8b31dbd;hb=78282dc9839dbd17c4649cd3936bb8f4c8283745;hp=273307bbe99e20ace12dc160d9abd95f8422bd58;hpb=cf943492878c901cf2f0056ee2a8814e0322e9d8;p=akkoma diff --git a/mix.exs b/mix.exs index 273307bbe..3b1bbbaf2 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: "61b7503cef33f00834f78ddfafe0d5d9dec2270b", + override: true}, {:castore, "~> 0.1"}, {:cowlib, "~> 2.8", override: true}, {:gun,