From d185ce26258385d500a304de81c21359bcb968a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 13:51:51 +0000 Subject: [PATCH] chore: Update bcrypt_elixir requirement from ~> 2.0 to ~> 3.1 Updates the requirements on [bcrypt_elixir](https://github.com/riverrun/bcrypt_elixir) to permit the latest version. - [Changelog](https://github.com/riverrun/bcrypt_elixir/blob/master/CHANGELOG.md) - [Commits](https://github.com/riverrun/bcrypt_elixir/compare/v2.0.0...v3.1.0) --- updated-dependencies: - dependency-name: bcrypt_elixir dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/api_accounts/mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api_accounts/mix.exs b/apps/api_accounts/mix.exs index 73cd14858..5306c473d 100644 --- a/apps/api_accounts/mix.exs +++ b/apps/api_accounts/mix.exs @@ -55,7 +55,7 @@ defmodule ApiAccounts.Mixfile do {:ex_aws_dynamo, "~> 4.0"}, {:jason, "~> 1.0"}, {:comeonin, "~> 5.1"}, - {:bcrypt_elixir, "~> 2.0"}, + {:bcrypt_elixir, "~> 3.1"}, {:uuid, "~> 1.1"}, {:bamboo, "~> 1.0"}, {:bamboo_ses, "~> 0.1.0"},