Skip to content

Commit 245ad50

Browse files
erlang: bump amqp_client to 4.2.1
yes, RabbitMQ 4.2.1 is not out yet but hex.pm forced us to re-publish the 4.2.0 release with a package contents fix (not related to the code modules) under a freaking semver name, otherwise the package was marked as "retired" which it definitely is not.
1 parent 00334d4 commit 245ad50

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

erlang/rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{erl_opts, [debug_info]}.
22
{deps, [
3-
{amqp_client, "4.0.3"},
3+
{amqp_client, "4.2.1"},
44
{uuid, {git, "https://github.com/okeuday/uuid.git", {tag, "v2.0.7.1"}}}
55
]}.
66

erlang/rebar.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{"1.2.0",
2-
[{<<"amqp_client">>,{pkg,<<"amqp_client">>,<<"4.0.3">>},0},
2+
[{<<"amqp_client">>,{pkg,<<"amqp_client">>,<<"4.2.1">>},0},
33
{<<"credentials_obfuscation">>,
4-
{pkg,<<"credentials_obfuscation">>,<<"3.4.0">>},
4+
{pkg,<<"credentials_obfuscation">>,<<"3.5.0">>},
55
1},
66
{<<"quickrand">>,
77
{git,"https://github.com/okeuday/quickrand.git",
88
{ref,"65332de501998764f437c3ffe05d744f582d7622"}},
99
1},
10-
{<<"rabbit_common">>,{pkg,<<"rabbit_common">>,<<"4.0.3">>},1},
11-
{<<"ranch">>,{pkg,<<"ranch">>,<<"2.1.0">>},2},
10+
{<<"rabbit_common">>,{pkg,<<"rabbit_common">>,<<"4.2.1">>},1},
11+
{<<"ranch">>,{pkg,<<"ranch">>,<<"2.2.0">>},2},
1212
{<<"recon">>,{pkg,<<"recon">>,<<"2.5.6">>},2},
1313
{<<"thoas">>,{pkg,<<"thoas">>,<<"1.2.1">>},2},
1414
{<<"uuid">>,
@@ -17,17 +17,17 @@
1717
0}]}.
1818
[
1919
{pkg_hash,[
20-
{<<"amqp_client">>, <<"C7DCC8031C780CD39EC586BA827A8EB26E006E9761AF8D3F58FDED11F645EBD4">>},
21-
{<<"credentials_obfuscation">>, <<"34E18B126B3AEFD6E8143776FBE1CECEEA6792307C99AC5EE8687911F048CFD7">>},
22-
{<<"rabbit_common">>, <<"E927B882733D122F6802662220BDB1A83774852DBE67D21D4E33AAF54F3998DD">>},
23-
{<<"ranch">>, <<"2261F9ED9574DCFCC444106B9F6DA155E6E540B2F82BA3D42B339B93673B72A3">>},
20+
{<<"amqp_client">>, <<"CFF0CC13186E57457DC5745F1B3A4127C6857717CB8F5920DC457C84D0AD00A2">>},
21+
{<<"credentials_obfuscation">>, <<"61E282ADFB4439486B3994FAAEC69543C7EE6CC7E70C6340E8853FD9DEAF8219">>},
22+
{<<"rabbit_common">>, <<"1D64E391E12116B76B1425EB96B7552DE51F0301093EBA669B5334F4759CC1E8">>},
23+
{<<"ranch">>, <<"25528F82BC8D7C6152C57666CA99EC716510FE0925CB188172F41CE93117B1B0">>},
2424
{<<"recon">>, <<"9052588E83BFEDFD9B72E1034532AEE2A5369D9D9343B61AEB7FBCE761010741">>},
2525
{<<"thoas">>, <<"19A25F31177A17E74004D4840F66D791D4298C5738790FA2CC73731EB911F195">>}]},
2626
{pkg_hash_ext,[
27-
{<<"amqp_client">>, <<"AE945F7280617E9A4B17A6D49E3A2F496D716E8088EC29D8E94ECC79E5DA7458">>},
28-
{<<"credentials_obfuscation">>, <<"738ACE0ED5545D2710D3F7383906FC6F6B582D019036E5269C4DBD85DBCED566">>},
29-
{<<"rabbit_common">>, <<"EAD31BA292C2CC5FDA48A486417D7CFE8966F661994D7ED6C3E5F8840828E8EC">>},
30-
{<<"ranch">>, <<"244EE3FA2A6175270D8E1FC59024FD9DBC76294A321057DE8F803B1479E76916">>},
27+
{<<"amqp_client">>, <<"8AE00B055A58500E0557F73D9C0FFE257487131E603F7F84FE72CBFAAF03838A">>},
28+
{<<"credentials_obfuscation">>, <<"843ADBE3246861CE0F1A0FA3222F384834EB31DEFD8D6B9CBA7AFD2977C957BC">>},
29+
{<<"rabbit_common">>, <<"FF509B07E639B1784898C28031E5204FEA14260172E4FC339F94405586037E40">>},
30+
{<<"ranch">>, <<"FA0B99A1780C80218A4197A59EA8D3BDAE32FBFF7E88527D7D8A4787EFF4F8E7">>},
3131
{<<"recon">>, <<"96C6799792D735CC0F0FD0F86267E9D351E63339CBE03DF9D162010CEFC26BB0">>},
3232
{<<"thoas">>, <<"E38697EDFFD6E91BD12CEA41B155115282630075C2A727E7A6B2947F5408B86A">>}]}
3333
].

0 commit comments

Comments
 (0)