From bcbbc97ef606eee0d52afa4b769bd61cab6a45b7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 07:55:14 +0000 Subject: [PATCH] build(deps): update amqp requirement from ~> 1.6 to ~> 2.1 Updates the requirements on [amqp](https://github.com/pma/amqp) to permit the latest version. - [Release notes](https://github.com/pma/amqp/releases) - [Commits](https://github.com/pma/amqp/compare/v1.6.0...v2.1.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 d6f4749..f75d97f 100644 --- a/mix.exs +++ b/mix.exs @@ -57,7 +57,7 @@ defmodule StepFlow.MixProject do defp deps do [ - {:amqp, "~> 1.6"}, + {:amqp, "~> 2.1"}, {:blue_bird, "~> 0.4.1"}, {:cowboy, "~> 2.8.0"}, {:credo, "~> 1.3", only: [:dev, :test], runtime: false},