summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-02-15 10:06:37 -0500
committerMark Felder <feld@feld.me>2024-02-15 10:24:31 -0500
commit4648997a1017da68dcf5235e527e861f2c85cf91 (patch)
tree8279d92c4413bd9e935fcd3270d42d869d04ae33 /mix.exs
parentb91317b9bf5a615ab9655f8066abf70040eaf8d3 (diff)
downloadpleroma-4648997a1017da68dcf5235e527e861f2c85cf91.tar.gz
pleroma-4648997a1017da68dcf5235e527e861f2c85cf91.zip
Support a new changelog entry type: deps
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 580f0aefc..582092aef 100644
--- a/mix.exs
+++ b/mix.exs
@@ -137,7 +137,7 @@ defmodule Pleroma.Mixfile do
{:calendar, "~> 1.0"},
{:cachex, "~> 3.2"},
{:poison, "~> 3.0", override: true},
- {:tesla, "~> 1.4.0", override: true},
+ {:tesla, "~> 1.8.0"},
{:castore, "~> 0.1"},
{:cowlib, "~> 2.9", override: true},
{:gun, "~> 2.0.0-rc.1", override: true},