From 026926ee4158d7c7ac40040043b3b89ae7e15d02 Mon Sep 17 00:00:00 2001 From: shegx01 Date: Mon, 21 Oct 2024 16:37:37 +0300 Subject: [PATCH] Fix tzdata terminating host application v1.1 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index fc177b57..2703ba4e 100644 --- a/mix.exs +++ b/mix.exs @@ -55,7 +55,7 @@ defmodule Timex.Mixfile do def deps do [ - {:tzdata, "~> 1.1"}, + {:tzdata, "~> 1.1.2"}, {:combine, "~> 0.10"}, {:gettext, "~> 0.20"}, {:ex_doc, "~> 0.13", only: [:docs]},