Update Plug/Cowboy/Gun

This commit is contained in:
Mark Felder 2025-08-01 12:52:29 -07:00
commit 44898845a6
2 changed files with 10 additions and 10 deletions

View file

@ -135,7 +135,7 @@ defmodule Pleroma.Mixfile do
{:telemetry_metrics, "~> 0.6"},
{:telemetry_poller, "~> 1.0"},
{:tzdata, "~> 1.0.3"},
{:plug_cowboy, "~> 2.5"},
{:plug_cowboy, "~> 2.7"},
{:oban, "~> 2.19.0"},
{:gettext, "~> 0.20"},
{:bcrypt_elixir, "~> 2.2"},
@ -146,8 +146,8 @@ defmodule Pleroma.Mixfile do
{:cachex, "~> 3.2"},
{:tesla, "~> 1.11"},
{:castore, "~> 1.0"},
{:cowlib, "~> 2.9", override: true},
{:gun, "~> 2.0.0-rc.1", override: true},
{:cowlib, "~> 2.15"},
{:gun, "~> 2.2"},
{:finch, "~> 0.15"},
{:jason, "~> 1.2"},
{:mogrify, "~> 0.9.0", override: "true"},