summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-06-24 09:12:32 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2020-06-24 09:12:32 +0300
commit721fc7c554425ccc7df693776c282c30e95ae2bb (patch)
tree44b38cd35bfba81ebfa7d3794fdf2c0acb971515 /mix.exs
parentb4a502fc8b0f7efb1ef973548fec20661038a18a (diff)
added wrapper Pleroma.HTTP for Tzdata.HTTPClient
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 4d13e95d7..b638be541 100644
--- a/mix.exs
+++ b/mix.exs
@@ -117,7 +117,7 @@ defmodule Pleroma.Mixfile do
defp deps do
[
{:phoenix, "~> 1.4.8"},
- {:tzdata, "~> 0.5.21"},
+ {:tzdata, "~> 1.0.3"},
{:plug_cowboy, "~> 2.0"},
{:phoenix_pubsub, "~> 1.1"},
{:phoenix_ecto, "~> 4.0"},