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:
parent
f6c410b06c
commit
519ef4be5e
3 changed files with 3 additions and 2 deletions
2
mix.exs
2
mix.exs
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue