summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-02-16 01:55:26 +0300
committerrinpatch <rinpatch@sdf.org>2020-02-16 01:55:26 +0300
commit472132215e871306ca69f2bab1ed884b0f65e7c2 (patch)
treef3ce1bd91c44686dc1754d28117ded2b7b2a0a2b /mix.exs
parent0b5a2bbe5b08d8b02c2b72c7b80fb55a7dc12535 (diff)
downloadpleroma-472132215e871306ca69f2bab1ed884b0f65e7c2.tar.gz
pleroma-472132215e871306ca69f2bab1ed884b0f65e7c2.zip
Use floki's new APIs for parsing fragments
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 b28c65694..24f183472 100644
--- a/mix.exs
+++ b/mix.exs
@@ -139,8 +139,8 @@ defmodule Pleroma.Mixfile do
{:phoenix_swoosh, "~> 0.2"},
{:gen_smtp, "~> 0.13"},
{:websocket_client, git: "https://github.com/jeremyong/websocket_client.git", only: :test},
- {:floki, "~> 0.23.0"},
{:ex_syslogger, "~> 1.4"},
+ {:floki, "~> 0.25"},
{:timex, "~> 3.5"},
{:ueberauth, "~> 0.4"},
{:auto_linker,