chore(deps): update dependency bcrypt_elixir to v3

This commit is contained in:
renovate[bot] 2023-02-26 19:39:12 +00:00 committed by GitHub
parent 28af6df793
commit d593e74ed2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ defmodule Ketbin.MixProject do
# Type `mix help deps` for examples and options.
defp deps do
[
{:bcrypt_elixir, "~> 2.0"},
{:bcrypt_elixir, "~> 3.0"},
{:phoenix, "~> 1.6.7"},
{:phoenix_ecto, "~> 4.4"},
{:ecto_sql, "~> 3.7"},