X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=84e80129b621e5080a02be4d9043152aa8b26848;hb=764931fc9f5eecc30c1ccb3b5bacf6338fcdf706;hp=911ebad1d4479cc16e35df05919b688481e4f75b;hpb=219dca1b00a60805545dd3de433de285cc944af5;p=akkoma diff --git a/mix.exs b/mix.exs index 911ebad1d..84e80129b 100644 --- a/mix.exs +++ b/mix.exs @@ -99,9 +99,9 @@ defmodule Pleroma.Mixfile do {:plug_cowboy, "~> 2.0"}, {:phoenix_pubsub, "~> 1.1"}, {:phoenix_ecto, "~> 4.0"}, - {:ecto_sql, "~> 3.1"}, + {:ecto_sql, "~> 3.2"}, {:postgrex, ">= 0.13.5"}, - {:oban, "~> 0.7"}, + {:oban, "~> 0.8.1"}, {:quantum, "~> 2.3"}, {:gettext, "~> 0.15"}, {:comeonin, "~> 4.1.1"}, @@ -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"},