From e718fde9a2cd61ccd76bdb9a0c73ae39a5ab5b97 Mon Sep 17 00:00:00 2001 From: Robert Prehn Date: Sat, 14 Aug 2021 23:07:11 +0000 Subject: [PATCH] chore(deps): update mime requirement from ~> 1.6.0 to ~> 2.0.0 Updates the requirements on [mime](https://github.com/elixir-plug/mime) to permit the latest version. - [Release notes](https://github.com/elixir-plug/mime/releases) - [Changelog](https://github.com/elixir-plug/mime/blob/v2.0.0/CHANGELOG.md) - [Commits](https://github.com/elixir-plug/mime/compare/v1.6.0...v2.0.0) --- apps/content/mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/content/mix.exs b/apps/content/mix.exs index fa849695..a858519f 100644 --- a/apps/content/mix.exs +++ b/apps/content/mix.exs @@ -48,7 +48,7 @@ defmodule Legendary.Content.MixProject do {:gettext, "~> 0.11"}, {:html_sanitize_ex, "~> 1.4.1"}, {:jason, "~> 1.0"}, - {:mime, "~> 1.6.0"}, + {:mime, "~> 2.0.0"}, {:mock, "~> 0.3.0", only: :test}, {:meck, "~> 0.8.13", only: :test}, {:neotomex, "~> 0.1.7"},