Upgrade deps

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-01-11 11:30:03 +01:00
parent b69daa7b54
commit 2215d50984
4 changed files with 487 additions and 478 deletions

View File

@@ -77,7 +77,7 @@ defmodule Mobilizon.Mixfile do
{:gettext, "~> 0.11"},
{:cowboy, "~> 2.6"},
{:guardian, "~> 2.0"},
{:guardian_db, "~> 2.0.2"},
{:guardian_db, "~> 2.1.0"},
{:guardian_phoenix, "~> 2.0"},
{:argon2_elixir, "~> 2.0"},
{:cors_plug, "~> 2.0"},
@@ -140,7 +140,7 @@ defmodule Mobilizon.Mixfile do
{:excoveralls, "~> 0.13.0", only: :test},
{:ex_doc, "~> 0.23", only: [:dev, :test], runtime: false},
{:mix_test_watch, "~> 1.0", only: :dev, runtime: false},
{:ex_unit_notifier, "~> 0.1", only: :test},
{:ex_unit_notifier, "~> 1.0", only: :test},
{:dialyxir, "~> 1.0.0", only: [:dev], runtime: false},
{:exvcr, "~> 0.12", only: :test},
{:credo, "~> 1.5", only: [:dev, :test], runtime: false},