diff options
author | Lain Soykaf <lain@lain.com> | 2021-11-14 11:43:39 +0100 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2021-11-14 11:43:39 +0100 |
commit | 26450a0be3c17e3869d5c990293368091b5ad3a0 (patch) | |
tree | 57a53bb22c033a41f45c9ff458013f4bfab5d9a5 /mix.exs | |
parent | 6b5c2d5f866f748c20417517035f4814955d01dd (diff) | |
download | pleroma-26450a0be3c17e3869d5c990293368091b5ad3a0.tar.gz pleroma-26450a0be3c17e3869d5c990293368091b5ad3a0.zip |
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.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |