summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-05-29 21:58:39 -0400
committerMark Felder <feld@feld.me>2024-05-29 21:59:50 -0400
commit36b440d9bebb1ddba817cd9bd8f158ceadbe8aa2 (patch)
tree595303fc05df55f537839ee52e4cc6bf0f5399ed /mix.exs
parentb4332b47d513c58587f6d43c8bf6a373b7489d67 (diff)
downloadpleroma-36b440d9bebb1ddba817cd9bd8f158ceadbe8aa2.tar.gz
pleroma-36b440d9bebb1ddba817cd9bd8f158ceadbe8aa2.zip
Update Bandit to 1.5.2
Lots of fixes, also requires Websock Adapter update due to internal module changes in Bandit 1.4.0.
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
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},