From 813b1b10d6afdf758ace6045c14a99716a1f65a3 Mon Sep 17 00:00:00 2001 From: Nico Date: Fri, 15 Feb 2019 19:52:28 -0500 Subject: [PATCH 1/2] update opencensus to 0.8.0 --- rebar.config | 2 +- rebar.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rebar.config b/rebar.config index 4d68f1d..7725be5 100644 --- a/rebar.config +++ b/rebar.config @@ -1,5 +1,5 @@ {erl_opts, [debug_info]}. -{deps, [{opencensus, "~> 0.7.0"}, +{deps, [{opencensus, "~> 0.8.0"}, {jsx, "~> 2.9"}]}. {project_plugins, [rebar3_lint, diff --git a/rebar.lock b/rebar.lock index 4cf7f8e..b104935 100644 --- a/rebar.lock +++ b/rebar.lock @@ -2,7 +2,7 @@ [{<<"counters">>,{pkg,<<"counters">>,<<"0.2.1">>},1}, {<<"ctx">>,{pkg,<<"ctx">>,<<"0.5.0">>},1}, {<<"jsx">>,{pkg,<<"jsx">>,<<"2.9.0">>},0}, - {<<"opencensus">>,{pkg,<<"opencensus">>,<<"0.7.0">>},0}, + {<<"opencensus">>,{pkg,<<"opencensus">>,<<"0.8.0">>},0}, {<<"rfc3339">>,{pkg,<<"rfc3339">>,<<"0.9.0">>},2}, {<<"wts">>,{pkg,<<"wts">>,<<"0.3.0">>},1}]}. [ @@ -10,7 +10,7 @@ {<<"counters">>, <<"AA3D97E88F92573488987193D0F48EFCE0F3B2CD1443BF4EE760BC7F99322F0C">>}, {<<"ctx">>, <<"78E0F16712E12D707A7F34277381B8E193D7C71EAA24D37330DC02477C09EDA5">>}, {<<"jsx">>, <<"D2F6E5F069C00266CAD52FB15D87C428579EA4D7D73A33669E12679E203329DD">>}, - {<<"opencensus">>, <<"B4C5F6A96F2BA2154570F24BB08B65D6EE0FF5B61518ACF706CA760B7696A4E1">>}, + {<<"opencensus">>, <<"2F16103D1E25DC6AD245F71810D0A80F78D495C06B13224E7A361F327DA16176">>}, {<<"rfc3339">>, <<"2075653DC9407541C84B1E15F8BDA2ABE95FB17C9694025E079583F2D19C1060">>}, {<<"wts">>, <<"5CDF22C775CB1EBAE24C326A5DB6074D753C42F4BD12A9AA47CC62D3E2C71AD1">>}]} ]. From 7f575bd1dbdea1373ec4e30db5b710c5c2978f5c Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 16 Feb 2019 09:12:49 -0500 Subject: [PATCH 2/2] use opencensus >= 0.7 < 0.9 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 7725be5..2278842 100644 --- a/rebar.config +++ b/rebar.config @@ -1,5 +1,5 @@ {erl_opts, [debug_info]}. -{deps, [{opencensus, "~> 0.8.0"}, +{deps, [{opencensus, ">= 0.7 < 0.9"}, {jsx, "~> 2.9"}]}. {project_plugins, [rebar3_lint,