From 4e7a5db88bd355266d0b43c414e863fc4118b3cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 13:14:40 +0000 Subject: [PATCH] chore: Update corsica requirement from ~> 1.3 to ~> 2.1 in /apps/api_web Updates the requirements on [corsica](https://github.com/whatyouhide/corsica) to permit the latest version. - [Release notes](https://github.com/whatyouhide/corsica/releases) - [Changelog](https://github.com/whatyouhide/corsica/blob/main/CHANGELOG.md) - [Commits](https://github.com/whatyouhide/corsica/compare/v1.3.0...v2.1.2) --- updated-dependencies: - dependency-name: corsica dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/api_web/mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api_web/mix.exs b/apps/api_web/mix.exs index 0e1de50a..889f344f 100644 --- a/apps/api_web/mix.exs +++ b/apps/api_web/mix.exs @@ -65,7 +65,7 @@ defmodule ApiWeb.Mixfile do {:phoenix_live_view, "~> 0.18"}, {:ja_serializer, github: "mbta/ja_serializer", branch: "master"}, {:timex, "~> 3.7"}, - {:corsica, "~> 1.3"}, + {:corsica, "~> 2.1"}, {:state_mediator, in_umbrella: true}, {:health, in_umbrella: true}, {:api_accounts, in_umbrella: true},