Skip to content

Commit 56cc3db

Browse files
author
ttt161
committed
bump machinery
1 parent 4c0cc90 commit 56cc3db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/fistful/src/ff_machine.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ extract_trace_id(_) ->
176176
null.
177177

178178
extract_error(#{response := {error, Reason}}) ->
179-
%% json_compatible_value(Reason);
179+
%% unification with hellgate
180180
unicode:characters_to_binary(io_lib:format("~p", [Reason]));
181181
extract_error(_) ->
182182
null.

rebar.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
0},
7777
{<<"machinery">>,
7878
{git,"https://github.com/valitydev/machinery-erlang.git",
79-
{ref,"0b992112c083330546f7365783d86f8817fbe9fa"}},
79+
{ref,"a8f4f13eb7811cef13ba1c3cc34035f3e2613b4f"}},
8080
0},
8181
{<<"metrics">>,{pkg,<<"metrics">>,<<"1.0.1">>},2},
8282
{<<"mg_proto">>,
@@ -100,7 +100,7 @@
100100
0},
101101
{<<"progressor">>,
102102
{git,"https://github.com/valitydev/progressor.git",
103-
{ref,"3b6abfb2e6dd94e508646c67837f7d5993c0da42"}},
103+
{ref,"90f46570007a1cbf7cac960059fe6c8018702489"}},
104104
1},
105105
{<<"prometheus">>,{pkg,<<"prometheus">>,<<"4.11.0">>},0},
106106
{<<"prometheus_cowboy">>,{pkg,<<"prometheus_cowboy">>,<<"0.1.9">>},0},

0 commit comments

Comments
 (0)