From e9a9de67c621f5634e789efec2f4dead182a1c5f Mon Sep 17 00:00:00 2001 From: Mathieu Decaffmeyer <5883963+mathieuprog@users.noreply.github.com> Date: Thu, 23 Mar 2023 18:33:03 +0700 Subject: [PATCH] Update tz version to 0.25.0 --- mix.exs | 2 +- mix.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 76a7bb7..e79ab7e 100644 --- a/mix.exs +++ b/mix.exs @@ -30,7 +30,7 @@ defmodule TzExtra.MixProject do defp deps do [ - {:tz, "~> 0.24.0"}, + {:tz, "~> 0.25.0"}, {:ecto, "~> 3.9", optional: true}, {:jason, "~> 1.4", only: :dev}, {:ex_doc, "~> 0.29", only: :dev} diff --git a/mix.lock b/mix.lock index 95d3ef9..3a13049 100644 --- a/mix.lock +++ b/mix.lock @@ -9,5 +9,5 @@ "makeup_erlang": {:hex, :makeup_erlang, "0.1.1", "3fcb7f09eb9d98dc4d208f49cc955a34218fc41ff6b84df7c75b3e6e533cc65f", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "174d0809e98a4ef0b3309256cbf97101c6ec01c4ab0b23e926a9e17df2077cbb"}, "nimble_parsec": {:hex, :nimble_parsec, "1.2.3", "244836e6e3f1200c7f30cb56733fd808744eca61fd182f731eac4af635cc6d0b", [:mix], [], "hexpm", "c8d789e39b9131acf7b99291e93dae60ab48ef14a7ee9d58c6964f59efb570b0"}, "telemetry": {:hex, :telemetry, "1.1.0", "a589817034a27eab11144ad24d5c0f9fab1f58173274b1e9bae7074af9cbee51", [:rebar3], [], "hexpm", "b727b2a1f75614774cff2d7565b64d0dfa5bd52ba517f16543e6fc7efcc0df48"}, - "tz": {:hex, :tz, "0.24.0", "a9073f152c5a9d0abeafde57150cd61d9f11faa7fa3710a20e8487ce05c76cee", [:mix], [{:castore, "~> 0.1", [hex: :castore, repo: "hexpm", optional: true]}, {:mint, "~> 1.4", [hex: :mint, repo: "hexpm", optional: true]}], "hexpm", "5c08671bb10a56e09371106b08f5c9192449bb22e94a51de063c8c1317317027"}, + "tz": {:hex, :tz, "0.25.0", "daa1bd8aced320c357f4c1ec0a3ddfc0b163f1dd106d3576412c3bd211bc88ae", [:mix], [{:castore, "~> 0.1 or ~> 1.0", [hex: :castore, repo: "hexpm", optional: true]}, {:mint, "~> 1.4", [hex: :mint, repo: "hexpm", optional: true]}], "hexpm", "020dcca6e1608c74578c96c87df41fe93d7d8503b5aa2f45fa7954920006f14d"}, }