From 44c68b2f4ed743c192fa12241c118a4934df695b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2019 08:17:13 +0000 Subject: [PATCH] Bump con_cache from 0.13.1 to 0.14.0 Bumps [con_cache](https://github.com/sasa1977/con_cache) from 0.13.1 to 0.14.0. - [Release notes](https://github.com/sasa1977/con_cache/releases) - [Changelog](https://github.com/sasa1977/con_cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/sasa1977/con_cache/compare/0.13.1...0.14.0) Signed-off-by: dependabot-preview[bot] --- mix.exs | 2 +- mix.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 837e5d2..cb2e62a 100644 --- a/mix.exs +++ b/mix.exs @@ -28,7 +28,7 @@ defmodule Httparrot.Mixfile do [ {:cowboy, "~> 2.6.3"}, {:exjsx, "~> 3.0 or ~> 4.0"}, - {:con_cache, "~> 0.13.0"}, + {:con_cache, "~> 0.14.0"}, {:ex_doc, "~> 0.14", only: :dev}, {:meck, "~> 0.8.13", only: :test} ] diff --git a/mix.lock b/mix.lock index 1085ea5..350c780 100644 --- a/mix.lock +++ b/mix.lock @@ -1,5 +1,5 @@ %{ - "con_cache": {:hex, :con_cache, "0.13.1", "047e097ab2a8c6876e12d0c29e29a86d487b592df97b98e3e2abedad574e215d", [:mix], [], "hexpm"}, + "con_cache": {:hex, :con_cache, "0.14.0", "863acb90fa08017be3129074993af944cf7a4b6c3ee7c06c5cd0ed6b94fbc223", [:mix], [], "hexpm"}, "cowboy": {:hex, :cowboy, "2.6.3", "99aa50e94e685557cad82e704457336a453d4abcb77839ad22dbe71f311fcc06", [:rebar3], [{:cowlib, "~> 2.7.3", [hex: :cowlib, repo: "hexpm", optional: false]}, {:ranch, "~> 1.7.1", [hex: :ranch, repo: "hexpm", optional: false]}], "hexpm"}, "cowlib": {:hex, :cowlib, "2.7.3", "a7ffcd0917e6d50b4d5fb28e9e2085a0ceb3c97dea310505f7460ff5ed764ce9", [:rebar3], [], "hexpm"}, "earmark": {:hex, :earmark, "1.4.1", "07bb382826ee8d08d575a1981f971ed41bd5d7e86b917fd012a93c51b5d28727", [:mix], [], "hexpm"},