Skip to content

Commit

Permalink
chore: Update bcrypt_elixir requirement from ~> 2.0 to ~> 3.1
Browse files Browse the repository at this point in the history
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](riverrun/bcrypt_elixir@v2.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: bcrypt_elixir
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent fa9bf5a commit d185ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api_accounts/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit d185ce2

Please sign in to comment.