Bump majic

This commit is contained in:
FloatingGhost 2023-08-09 13:51:49 +01:00
parent f2da47679d
commit 73be5c3f30
1 changed files with 1 additions and 2 deletions

View File

@ -115,7 +115,6 @@ defmodule Pleroma.Mixfile do
defp deps do
[
{:phoenix, "~> 1.6.15"},
{:mime, "~> 2.0"},
{:tzdata, "~> 1.1.1"},
{:plug_cowboy, "~> 2.6"},
{:phoenix_pubsub, "~> 2.1"},
@ -182,7 +181,7 @@ defmodule Pleroma.Mixfile do
{:restarter, path: "./restarter"},
{:majic,
git: "https://akkoma.dev/AkkomaGang/majic.git",
ref: "15138d478bd19163481ae5d82df5fb602ec6ed90"},
ref: "dd118c859072dcdcd361149a2beb42cb74a506d9"},
{:eblurhash, "~> 1.2.2"},
{:open_api_spex, "~> 3.17"},
{:search_parser,