From 5a917fc7e7d45c25bb4d18794c9acf501ba1d7ab Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 06:39:24 +0000 Subject: [PATCH] build(deps): update cowboy requirement from ~> 2.8.0 to ~> 2.9.0 Updates the requirements on [cowboy](https://github.com/ninenines/cowboy) to permit the latest version. - [Release notes](https://github.com/ninenines/cowboy/releases) - [Commits](https://github.com/ninenines/cowboy/compare/2.8.0...2.9.0) Signed-off-by: dependabot-preview[bot] --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 1d96d53..b370e91 100644 --- a/mix.exs +++ b/mix.exs @@ -59,7 +59,7 @@ defmodule StepFlow.MixProject do [ {:amqp, "~> 1.6"}, {:blue_bird, "~> 0.4.1"}, - {:cowboy, "~> 2.8.0"}, + {:cowboy, "~> 2.9.0"}, {:credo, "~> 1.3", only: [:dev, :test], runtime: false}, {:ecto, "~> 3.5.5"}, {:ecto_sql, "~> 3.5.3"},