From b7d2ef94b972ac8f1950c6c4d736fbe18ff95c78 Mon Sep 17 00:00:00 2001 From: James Harton Date: Fri, 22 Sep 2023 10:01:43 +1200 Subject: [PATCH] chore(deps): remove direct dependency on `mint`. --- mix.exs | 1 - 1 file changed, 1 deletion(-) diff --git a/mix.exs b/mix.exs index 717a5bb..e579cd4 100644 --- a/mix.exs +++ b/mix.exs @@ -188,7 +188,6 @@ defmodule AshAuthentication.MixProject do {:finch, "~> 0.16.0"}, {:jason, "~> 1.4"}, {:joken, "~> 2.5"}, - {:mint, "~> 1.4"}, {:plug, "~> 1.13"}, {:spark, "~> 1.1 and >= 1.1.20"}, {:absinthe_plug, "~> 1.5", only: [:dev, :test]},