diff options
author | Mark Felder <feld@feld.me> | 2023-11-28 19:12:15 +0000 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2023-12-29 22:50:26 -0500 |
commit | b51ba39dd1310bb525496645df13d956f0fc7b12 (patch) | |
tree | d28d5acd4b752b3907bc9b6904e2e5283eb1dfd4 /mix.exs | |
parent | e121e0621467ec6ce87b11f146656ba655feda56 (diff) | |
download | pleroma-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.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |