From 2fc26609f6a413adec812c16f31c7bbc2ec21dbd Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Tue, 23 May 2023 13:53:54 +0100 Subject: [PATCH] ensure we depend on poison --- mix.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/mix.exs b/mix.exs index 2f318fea0..f81a1a8a9 100644 --- a/mix.exs +++ b/mix.exs @@ -190,6 +190,7 @@ defmodule Pleroma.Mixfile do {:mfm_parser, git: "https://akkoma.dev/AkkomaGang/mfm-parser.git", ref: "912fba81152d4d572e457fd5427f9875b2bc3dbe"}, + {:poison, "~> 5.0"}, ## dev & test {:ex_doc, "~> 0.22", only: :dev, runtime: false},