X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=230f90244acd8cd36fb12104af57421880559451;hb=a21584556f2c3edb90db3c58ba2a4829a7e220c1;hp=f1e98585bd37e9394f2d8b8b0667b68c76fd0d28;hpb=c623b4324deaf236334a0f77a81435b5bffadf3c;p=akkoma diff --git a/mix.exs b/mix.exs index f1e98585b..230f90244 100644 --- a/mix.exs +++ b/mix.exs @@ -101,7 +101,7 @@ defmodule Pleroma.Mixfile do {:phoenix_ecto, "~> 4.0"}, {:ecto_sql, "~> 3.1"}, {:postgrex, ">= 0.13.5"}, - {:oban, "~> 0.7"}, + {:oban, "~> 0.8.1"}, {:quantum, "~> 2.3"}, {:gettext, "~> 0.15"}, {:comeonin, "~> 4.1.1"}, @@ -144,6 +144,7 @@ defmodule Pleroma.Mixfile do git: "https://git.pleroma.social/pleroma/http_signatures.git", ref: "293d77bb6f4a67ac8bde1428735c3b42f22cbb30"}, {:telemetry, "~> 0.3"}, + {:poolboy, "~> 1.5"}, {:prometheus_ex, "~> 3.0"}, {:prometheus_plugs, "~> 1.1"}, {:prometheus_phoenix, "~> 1.3"},