Skip to content

Commit 1deb9e0

Browse files
committed
Update deps and links
1 parent 849deb3 commit 1deb9e0

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

rebar.config

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
]}.
1919

2020
{deps, [
21-
{prometheus, "~> 4.2"},
21+
{prometheus, "~> 5.0"},
2222
{accept, "~> 0.3"}
2323
]}.
2424

@@ -43,11 +43,11 @@
4343
]}.
4444

4545
{project_plugins, [
46-
{rebar3_hex, "~> 7.0.8"},
47-
{rebar3_lint, "~> 3.2.6"},
48-
{rebar3_ex_doc, "~> 0.2.25"},
49-
{erlfmt, "~> 1.6.0"},
50-
{covertool, "~> 2.0.7"}
46+
{rebar3_hex, "~> 7.0"},
47+
{rebar3_lint, "~> 4.0"},
48+
{rebar3_ex_doc, "~> 0.2"},
49+
{erlfmt, "~> 1.6"},
50+
{covertool, "~> 2.0"}
5151
]}.
5252

5353
{hex, [{doc, #{provider => ex_doc}}]}.

rebar.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{"1.2.0",
2-
[{<<"accept">>,{pkg,<<"accept">>,<<"0.3.6">>},0},
3-
{<<"prometheus">>,{pkg,<<"prometheus">>,<<"4.12.0">>},0},
4-
{<<"quantile_estimator">>,{pkg,<<"quantile_estimator">>,<<"1.0.1">>},1}]}.
2+
[{<<"accept">>,{pkg,<<"accept">>,<<"0.3.7">>},0},
3+
{<<"prometheus">>,{pkg,<<"prometheus">>,<<"5.0.0">>},0},
4+
{<<"quantile_estimator">>,{pkg,<<"quantile_estimator">>,<<"1.0.2">>},1}]}.
55
[
66
{pkg_hash,[
7-
{<<"accept">>, <<"AD44AC7D704BF70EF8FB2E313EF5B978F9D1330BDDAC64509E93AFDA13281215">>},
8-
{<<"prometheus">>, <<"5CCA20A8935A8DFE21AE43AD133CE356DC45812D6464A46E991C5922E4119197">>},
9-
{<<"quantile_estimator">>, <<"6CED14FBACCF5BC4C9F79EB28468A1D2BABD4B53EC978AD458CBD17B556C6C22">>}]},
7+
{<<"accept">>, <<"CD6E34A2D7E28CA38B2D3CB233734CA0C221EFBC1F171F91FEC5F162CC2D18DA">>},
8+
{<<"prometheus">>, <<"8A37A3216D8DB019D19068602669C9819C099120F8E39994DD1BD3A3F5553376">>},
9+
{<<"quantile_estimator">>, <<"ECD281D40110FDD9BA62685531E4435E0839A52FD1058DA5564F1763E4642EF7">>}]},
1010
{pkg_hash_ext,[
11-
{<<"accept">>, <<"A5167FA1AE90315C3F1DD189446312F8A55D00EFA357E9C569BDA47736B874C3">>},
12-
{<<"prometheus">>, <<"352E6C32CEB0C2A2407CC5756ABF2AEAEC36D1E976AC7608423C8B61FAB5707D">>},
13-
{<<"quantile_estimator">>, <<"401C4ADACE179F1A709CD269207324535B00888C87F980B0F794F79DEB3767D8">>}]}
11+
{<<"accept">>, <<"CA69388943F5DAD2E7232A5478F16086E3C872F48E32B88B378E1885A59F5649">>},
12+
{<<"prometheus">>, <<"80D29564A5DC4490B53FD225D752B65FB0DBEBA41497F96D62223338127C5659">>},
13+
{<<"quantile_estimator">>, <<"DB404793D6384995A1AC6DD973E2CEE5BE9FCC128765BDBA53D87C564E296B64">>}]}
1414
].

src/prometheus_httpd.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{description, "Expose Prometheus metrics using inets httpd."},
1616
{licenses, ["MIT"]},
1717
{links, [
18-
{"Github", "https://github.com/prometheus-erl/prometheus.erl"},
18+
{"Github", "https://github.com/prometheus-erl/prometheus-httpd"},
1919
{"Hex.pm", "https://hex.pm/packages/prometheus_httpd"},
2020
{"Beam Dashboards", "https://github.com/prometheus-erl/beam-dashboards"},
2121
{"Prometheus", "https://hex.pm/packages/prometheus"},

0 commit comments

Comments
 (0)