mirror of
https://github.com/edgurgel/httparrot
synced 2025-04-05 00:02:41 -04:00
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] <support@dependabot.com>
This commit is contained in:
parent
deb4015277
commit
44c68b2f4e
2 changed files with 2 additions and 2 deletions
2
mix.exs
2
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}
|
||||
]
|
||||
|
|
2
mix.lock
2
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"},
|
||||
|
|
Loading…
Add table
Reference in a new issue