diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-02-14 10:16:12 -0600 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-02-14 10:16:12 -0600 |
commit | 0b19fcdda1b45ee814328309f8e13d33a87fbbda (patch) | |
tree | ac738f1253823c5867d2aa5cfc3255866cc2fa6a /mix.exs | |
parent | 9906c6fb6fb0e2ebb36fa91fae94828bcc02ef27 (diff) | |
download | pleroma-0b19fcdda1b45ee814328309f8e13d33a87fbbda.tar.gz pleroma-0b19fcdda1b45ee814328309f8e13d33a87fbbda.zip |
Update ferd/recon, requested by @tk to support an AMPQ library he's
integrating with an MRF.
Upstream changelog:
2.5.0
- Optional formatting of records in traces (thanks to @bartekgorny)
- Basic support for OTP-22 in recon_alloc (base handling of foreign_blocks type)
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -155,7 +155,7 @@ defmodule Pleroma.Mixfile do {:prometheus_plugs, "~> 1.1"}, {:prometheus_phoenix, "~> 1.3"}, {:prometheus_ecto, "~> 1.4"}, - {:recon, github: "ferd/recon", tag: "2.4.0"}, + {:recon, github: "ferd/recon", tag: "2.5.0"}, {:quack, "~> 0.1.1"}, {:joken, "~> 2.0"}, {:benchee, "~> 1.0"}, |