summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-10-07 09:50:51 -0500
committerMark Felder <feld@FreeBSD.org>2020-10-07 09:50:51 -0500
commit268f7f492ab4d423c89e36f42ad126ad4200e874 (patch)
tree0d69724c539a4e49e499b763f7d4eec208479099 /mix.exs
parentf9ece1a7f65dc13a867c40ccf08f8973e822e6f2 (diff)
Update Phoenix and pubsub to solve all the System.stacktrace/0 deprecation warnings
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index b9ce8c500..6ec3eab8f 100644
--- a/mix.exs
+++ b/mix.exs
@@ -114,10 +114,10 @@ defmodule Pleroma.Mixfile do
# Type `mix help deps` for examples and options.
defp deps do
[
- {:phoenix, "~> 1.4.17"},
+ {:phoenix, "~> 1.5.5"},
{:tzdata, "~> 1.0.3"},
{:plug_cowboy, "~> 2.3"},
- {:phoenix_pubsub, "~> 1.1"},
+ {:phoenix_pubsub, "~> 2.0"},
{:phoenix_ecto, "~> 4.0"},
{:ecto_enum, "~> 1.4"},
{:ecto_sql, "~> 3.4.4"},