From cd02c001a101cb8c569843bc6ca7901fea90adec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 22:53:18 +0000 Subject: [PATCH] chore(deps): update dependency guardian_db to v3 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 6cd250abb..24f2288c2 100644 --- a/mix.exs +++ b/mix.exs @@ -71,7 +71,7 @@ defmodule Cadet.Mixfile do {:ex_machina, "~> 2.3"}, {:ex_rated, "~> 2.0"}, {:guardian, "~> 2.0"}, - {:guardian_db, "~> 2.0"}, + {:guardian_db, "~> 3.0"}, {:hackney, "~> 1.6"}, {:httpoison, "~> 2.3", override: true}, {:jason, "~> 1.2"},