diff options
author | rinpatch <rinpatch@sdf.org> | 2019-11-08 00:14:53 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-11-08 00:51:04 +0300 |
commit | 2f4e9a068f334167ebf79d30b4366d1e2504b7ef (patch) | |
tree | 08132bdc35510af55c5505b129010e7bc413f4ff /mix.exs | |
parent | 5bf59f8e66f0c341ee0e667c2d5d78f709f46af8 (diff) | |
download | pleroma-2f4e9a068f334167ebf79d30b4366d1e2504b7ef.tar.gz pleroma-2f4e9a068f334167ebf79d30b4366d1e2504b7ef.zip |
Bump fast_sanitize to 0.1.1
The parser C-Node has been completely rewritten to not use the deprecated
`erl_interface` api.
Closes #1378 since Nodex was ripped out and the replacement randomizes
master node name.
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -63,7 +63,7 @@ defmodule Pleroma.Mixfile do def application do [ mod: {Pleroma.Application, []}, - extra_applications: [:logger, :runtime_tools, :comeonin, :quack, :myhtmlex, :swarm], + extra_applications: [:logger, :runtime_tools, :comeonin, :quack, :fast_sanitize, :swarm], included_applications: [:ex_syslogger] ] end @@ -108,9 +108,7 @@ defmodule Pleroma.Mixfile do {:comeonin, "~> 4.1.1"}, {:pbkdf2_elixir, "~> 0.12.3"}, {:trailing_format_plug, "~> 0.0.7"}, - {:fast_sanitize, - git: "https://git.pleroma.social/pleroma/fast_sanitize.git", - ref: "1af67547a02a104e26c99d03012383e8643bc4c2"}, + {:fast_sanitize, "~> 0.1"}, {:html_entities, "~> 0.5", override: true}, {:phoenix_html, "~> 2.10"}, {:calendar, "~> 0.17.4"}, |