chore: Set minimum version of mime to 2.0.1
This commit is contained in:
parent
806a45329d
commit
b8ff83b5b6
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ defmodule Legendary.Content.MixProject do
|
|||
{:gettext, "~> 0.11"},
|
||||
{:html_sanitize_ex, "~> 1.4.1"},
|
||||
{:jason, "~> 1.0"},
|
||||
{:mime, "~> 2.0.0"},
|
||||
{:mime, "~> 2.0.1"},
|
||||
{:mock, "~> 0.3.0", only: :test},
|
||||
{:meck, "~> 0.8.13", only: :test},
|
||||
{:neotomex, "~> 0.1.7"},
|
||||
|
|
Loading…
Reference in a new issue