summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2019-09-17 19:37:29 +0000
committerrinpatch <rinpatch@sdf.org>2019-09-17 19:38:57 +0000
commitf339ec39399a85ab7febe82db3945ab01be45ecf (patch)
tree2db0ffddff13eb7d1f0551db1c8eb2b27795932f /mix.exs
parent6c3f5e8ba0b164ef50e0c7bf0fe36223f821b680 (diff)
downloadpleroma-f339ec39399a85ab7febe82db3945ab01be45ecf.tar.gz
pleroma-f339ec39399a85ab7febe82db3945ab01be45ecf.zip
Merge branch 'deps/update-tesla' into 'develop'
Update Tesla to 1.3 Closes #1262 See merge request pleroma/pleroma!1684 (cherry picked from commit 764931fc9f5eecc30c1ccb3b5bacf6338fcdf706) 8d812c28 Update Tesla to 1.3
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 dfa530358..dd891a948 100644
--- a/mix.exs
+++ b/mix.exs
@@ -111,7 +111,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"},