From 36b440d9bebb1ddba817cd9bd8f158ceadbe8aa2 Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Wed, 29 May 2024 21:58:39 -0400 Subject: Update Bandit to 1.5.2 Lots of fixes, also requires Websock Adapter update due to internal module changes in Bandit 1.4.0. --- mix.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mix.exs') diff --git a/mix.exs b/mix.exs index fe50139ef..a44daab8b 100644 --- a/mix.exs +++ b/mix.exs @@ -188,7 +188,8 @@ defmodule Pleroma.Mixfile do {:exile, git: "https://github.com/akash-akya/exile.git", ref: "be87c33b02a7c3c5d22d2ece01fbd462355b28ef"}, - {:bandit, "~> 1.2"}, + {:bandit, "~> 1.5.2"}, + {:websock_adapter, "~> 0.5.6"}, ## dev & test {:ex_doc, "~> 0.22", only: :dev, runtime: false}, -- cgit v1.2.3