Merge branch 'chores/tesla_1.4.0' into 'develop'

mix.exs: Update tesla to 1.4.0

See merge request pleroma/pleroma!3152
This commit is contained in:
rinpatch 2020-11-17 12:42:51 +00:00
commit 83ec4aadd6
2 changed files with 2 additions and 5 deletions

View file

@ -133,10 +133,7 @@ defmodule Pleroma.Mixfile do
{:calendar, "~> 1.0"},
{:cachex, "~> 3.2"},
{:poison, "~> 3.0", override: true},
{:tesla,
git: "https://github.com/teamon/tesla.git",
ref: "9f7261ca49f9f901ceb73b60219ad6f8a9f6aa30",
override: true},
{:tesla, "~> 1.4.0", override: true},
{:castore, "~> 0.1"},
{:cowlib, "~> 2.9", override: true},
{:gun,