Skip to content

Commit

Permalink
chore: Update bcrypt_elixir requirement from ~> 2.0 to ~> 3.0
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.
- [Release notes](https://github.com/riverrun/bcrypt_elixir/releases)
- [Changelog](https://github.com/riverrun/bcrypt_elixir/blob/master/CHANGELOG.md)
- [Commits](riverrun/bcrypt_elixir@v2.0.0...v3.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 30, 2022
1 parent a049a34 commit a8c9f72
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 @@ -54,7 +54,7 @@ defmodule ApiAccounts.Mixfile do
{:ex_aws_dynamo, "~> 4.0"},
{:jason, "~> 1.0"},
{:comeonin, "~> 5.1"},
{:bcrypt_elixir, "~> 2.0"},
{:bcrypt_elixir, "~> 3.0"},
{:uuid, "~> 1.1"},
{:bamboo, "~> 1.0"},
{:bamboo_ses, "~> 0.1.0"}]
Expand Down

0 comments on commit a8c9f72

Please sign in to comment.