chore(deps): update dependency phoenix to ~> 1.7.0

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

View File

@ -34,7 +34,7 @@ defmodule Ketbin.MixProject do
defp deps do
[
{:bcrypt_elixir, "~> 2.0"},
{:phoenix, "~> 1.6.7"},
{:phoenix, "~> 1.7.0"},
{:phoenix_ecto, "~> 4.4"},
{:ecto_sql, "~> 3.7"},
{:postgrex, ">= 0.0.0"},