diff --git a/apps/fz_http/mix.exs b/apps/fz_http/mix.exs index fe0ad94bb..08473d67f 100644 --- a/apps/fz_http/mix.exs +++ b/apps/fz_http/mix.exs @@ -79,7 +79,7 @@ defmodule FzHttp.MixProject do {:hammer, "~> 6.0"}, {:hammer_plug, "~> 2.1"}, {:inflex, "~> 2.1"}, - {:plug, "~> 1.12.1"}, + {:plug, "~> 1.13"}, {:postgrex, "~> 0.15.10"}, {:phoenix_html, "~> 3.1.0"}, {:phoenix_live_reload, "~> 1.3", only: :dev}, @@ -90,7 +90,7 @@ defmodule FzHttp.MixProject do {:gen_smtp, "~> 1.0"}, # XXX: Change this when hex package is updated {:cidr, github: "firezone/cidr-elixir"}, - {:telemetry, "~> 0.4.3"}, + {:telemetry, "~> 1.0"}, {:plug_cowboy, "~> 2.5"}, {:credo, "~> 1.5", only: [:dev, :test], runtime: false} ] diff --git a/apps/fz_http/test/fz_http_web/live/device_live/unprivileged/index_test.exs b/apps/fz_http/test/fz_http_web/live/device_live/unprivileged/index_test.exs index 283991272..78bf8180b 100644 --- a/apps/fz_http/test/fz_http_web/live/device_live/unprivileged/index_test.exs +++ b/apps/fz_http/test/fz_http_web/live/device_live/unprivileged/index_test.exs @@ -63,10 +63,7 @@ defmodule FzHttpWeb.DeviceLive.Unprivileged.IndexTest do assert_patched(view, Routes.device_unprivileged_index_path(conn, :new)) assert new_view =~ "Add Device" - - assert new_view =~ """ -