summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2023-11-28 19:12:15 +0000
committerMark Felder <feld@feld.me>2023-12-29 22:50:26 -0500
commitb51ba39dd1310bb525496645df13d956f0fc7b12 (patch)
treed28d5acd4b752b3907bc9b6904e2e5283eb1dfd4 /mix.exs
parente121e0621467ec6ce87b11f146656ba655feda56 (diff)
downloadpleroma-b51ba39dd1310bb525496645df13d956f0fc7b12.tar.gz
pleroma-b51ba39dd1310bb525496645df13d956f0fc7b12.zip
Update Floki to get the :attributes_as_maps feature to allow us to compare equality of parsed documents without issues of key ordering
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 b4b77b161..f31e37676 100644
--- a/mix.exs
+++ b/mix.exs
@@ -156,7 +156,7 @@ defmodule Pleroma.Mixfile do
{:phoenix_swoosh, "~> 1.1"},
{:gen_smtp, "~> 0.13"},
{:ex_syslogger, "~> 1.4"},
- {:floki, "~> 0.27"},
+ {:floki, "~> 0.35"},
{:timex, "~> 3.6"},
{:ueberauth, "~> 0.4"},
{:linkify, "~> 0.5.3"},