summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorLain Soykaf <lain@lain.com>2021-11-14 11:43:39 +0100
committerLain Soykaf <lain@lain.com>2021-11-14 11:43:39 +0100
commit26450a0be3c17e3869d5c990293368091b5ad3a0 (patch)
tree57a53bb22c033a41f45c9ff458013f4bfab5d9a5 /mix.exs
parent6b5c2d5f866f748c20417517035f4814955d01dd (diff)
Mix: Upgrade mogrify library
The old library would modify a file on reading it, the new one doesn't have this issue.
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index f91e0b007..91e70f238 100644
--- a/mix.exs
+++ b/mix.exs
@@ -138,7 +138,7 @@ defmodule Pleroma.Mixfile do
{:cowlib, "~> 2.9", override: true},
{:gun, "~> 2.0.0-rc.1", override: true},
{:jason, "~> 1.2"},
- {:mogrify, "~> 0.7.4"},
+ {:mogrify, "~> 0.9.1"},
{:ex_aws, "~> 2.1.6"},
{:ex_aws_s3, "~> 2.0"},
{:sweet_xml, "~> 0.6.6"},