summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-09-17 21:51:50 +0300
committerrinpatch <rinpatch@sdf.org>2019-09-17 21:51:50 +0300
commit8d812c28a70ae174985000e98b9618dad746b22e (patch)
tree38920d87a5f5daccfcbd3d2f52861aa1cbc731af /mix.exs
parent7318095657175ff05a09af83b981110a58026cf9 (diff)
downloadpleroma-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.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 230f90244..d8d3f802d 100644
--- a/mix.exs
+++ b/mix.exs
@@ -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"},