build(deps): rollback tz_world to 1.3.0 to fix module :ssl_cipher is not available

Reference https://github.com/kimlai/tz_world/issues/33

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2023-08-18 14:43:00 +02:00
parent f54fff56fc
commit 4820307dad
2 changed files with 2 additions and 2 deletions

View File

@@ -211,7 +211,7 @@ defmodule Mobilizon.Mixfile do
{:nimble_csv, "~> 1.1"},
{:export, "~> 0.1.0"},
{:erlport, "~> 0.11.0"},
{:tz_world, "~> 1.0"},
{:tz_world, "1.3.0"},
{:tzdata, "~> 1.1"},
{:codepagex, "~> 0.1.6"},
{:vite_phx, "~> 0.2"},