diff options
author | rinpatch <rinpatch@sdf.org> | 2019-09-17 21:51:50 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-09-17 21:51:50 +0300 |
commit | 8d812c28a70ae174985000e98b9618dad746b22e (patch) | |
tree | 38920d87a5f5daccfcbd3d2f52861aa1cbc731af /mix.exs | |
parent | 7318095657175ff05a09af83b981110a58026cf9 (diff) | |
download | pleroma-8d812c28a70ae174985000e98b9618dad746b22e.tar.gz pleroma-8d812c28a70ae174985000e98b9618dad746b22e.zip |
Update Tesla to 1.3
This version includes a couple of fixes, adds Gun and Mint adapters and
removes 0.x -> 1.0 config migrator, which for some reason fails under
certain conditions. I had to set `override: true` because Quack pins
Tesla to `1.2.0`, but I have looked through the source code and verified
that updating Tesla doesn't break anything there.
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ defmodule Pleroma.Mixfile do {:calendar, "~> 0.17.4"}, {:cachex, "~> 3.0.2"}, {:poison, "~> 3.0", override: true}, - {:tesla, "~> 1.2"}, + {:tesla, "~> 1.3", override: true}, {:jason, "~> 1.0"}, {:mogrify, "~> 0.6.1"}, {:ex_aws, "~> 2.1"}, |