From 984d1a33c4afd71b8b14ec22387d91ac9ae4a450 Mon Sep 17 00:00:00 2001 From: Thomas Bracher Date: Fri, 30 Dec 2016 17:15:50 +0100 Subject: [PATCH] update outdated dependencies --- mix.exs | 2 +- mix.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mix.exs b/mix.exs index 17f1562..d3b1c12 100644 --- a/mix.exs +++ b/mix.exs @@ -39,7 +39,7 @@ defmodule HtmlSanitizeEx.Mixfile do # Type `mix help deps` for more examples and options defp deps do [ - {:mochiweb, "~> 2.12.2"}, + {:mochiweb, "~> 2.12"}, {:inch_ex, ">= 0.0.0", only: :docs} ] end diff --git a/mix.lock b/mix.lock index b6a001d..ae2d23f 100644 --- a/mix.lock +++ b/mix.lock @@ -1,3 +1,3 @@ -%{"inch_ex": {:hex, :inch_ex, "0.5.1", "c1c18966c935944cbb2d273796b36e44fab3c54fd59f906ff026a686205b4e14", [:mix], [{:poison, "~> 1.5 or ~> 2.0", [hex: :poison, optional: false]}]}, - "mochiweb": {:hex, :mochiweb, "2.12.2", "80804ad342afa3d7f3524040d4eed66ce74b17a555de454ac85b07c479928e46", [:make, :rebar], []}, - "poison": {:hex, :poison, "2.1.0", "f583218ced822675e484648fa26c933d621373f01c6c76bd00005d7bd4b82e27", [:mix], []}} +%{"inch_ex": {:hex, :inch_ex, "0.5.5", "b63f57e281467bd3456461525fdbc9e158c8edbe603da6e3e4671befde796a3d", [:mix], [{:poison, "~> 1.5 or ~> 2.0 or ~> 3.0", [hex: :poison, optional: false]}]}, + "mochiweb": {:hex, :mochiweb, "2.15.0", "e1daac474df07651e5d17cc1e642c4069c7850dc4508d3db7263a0651330aacc", [:rebar3], []}, + "poison": {:hex, :poison, "3.0.0", "625ebd64d33ae2e65201c2c14d6c85c27cc8b68f2d0dd37828fde9c6920dd131", [:mix], []}}