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)
This commit is contained in:
Mark Felder 2020-02-14 10:16:12 -06:00
commit 0b19fcdda1
2 changed files with 2 additions and 2 deletions

View file

@ -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"},