mix: upgrade vix from "~> 0.26.0" to "~> 0.36"

Dropping the last zero should allow to get 0.x updates rather
than only 0.36.x updates.

Fixes: https://git.pleroma.social/pleroma/pleroma/-/issues/3393
This commit is contained in:
Haelwenn (lanodan) Monnier 2026-01-14 02:37:55 +01:00 committed by Henry Jameson
commit 519ef4be5e
3 changed files with 3 additions and 2 deletions

View file

@ -193,7 +193,7 @@ defmodule Pleroma.Mixfile do
{:majic, "~> 1.0"},
{:open_api_spex, "~> 3.16"},
{:ecto_psql_extras, "~> 0.8"},
{:vix, "~> 0.26.0"},
{:vix, "~> 0.36"},
{:elixir_make, "~> 0.7.7", override: true},
{:blurhash, "~> 0.1.0", hex: :rinpatch_blurhash},
{:exile, "~> 0.10.0"},