Skip to content

Commit

Permalink
[AUTO] [ RTI-14133 ] Update Dependencies (#87)
Browse files Browse the repository at this point in the history
* Update dependencies

* [update-deps] Remove discrepancies

---------

Co-authored-by: Brujo Benavides Rodriguez <elbrujohalcon@gmail.com>
  • Loading branch information
adroll-rtb-ci and elbrujohalcon authored Mar 13, 2023
1 parent 1645182 commit 7cb9806
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{erl_opts,
[warn_unused_import, warn_export_vars, warnings_as_errors, verbose, report, debug_info]}.

{deps, [{lhttpc, "1.3.3", {pkg, nextroll_lhttpc}}, {erliam, "1.0.0"}]}.
{deps, [{lhttpc, "1.4.0", {pkg, nextroll_lhttpc}}, {erliam, "1.0.1"}]}.

{cover_enabled, true}.

{cover_opts, [verbose]}.

{project_plugins,
[{rebar3_hex, "~> 7.0.4"},
[{rebar3_hex, "~> 7.0.6"},
{rebar3_format, "~> 1.2.1"},
{rebar3_lint, "~> 3.0.0"},
{rebar3_hank, "~> 1.3.0"}]}.
Expand Down
12 changes: 6 additions & 6 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{"1.2.0",
[{<<"erliam">>,{pkg,<<"erliam">>,<<"1.0.0">>},0},
[{<<"erliam">>,{pkg,<<"erliam">>,<<"1.0.1">>},0},
{<<"jiffy">>,{pkg,<<"jiffy">>,<<"1.1.1">>},1},
{<<"lhttpc">>,{pkg,<<"nextroll_lhttpc">>,<<"1.3.3">>},0}]}.
{<<"lhttpc">>,{pkg,<<"nextroll_lhttpc">>,<<"1.4.0">>},0}]}.
[
{pkg_hash,[
{<<"erliam">>, <<"55FD69959349080CA44728B34076A004FCAFB8064B7600DD17473B7D33F03415">>},
{<<"erliam">>, <<"20E1ECB876AFDEEC2DE07483E2D174B1E3DB38848ED981145DAB9A889E7B55F9">>},
{<<"jiffy">>, <<"ACA10F47AA91697BF24AB9582C74E00E8E95474C7EF9F76D4F1A338D0F5DE21B">>},
{<<"lhttpc">>, <<"C1617E2D73A78FED3D973227CA75220B868AB55C0C5DC1C12FBD081DB8D83CB7">>}]},
{<<"lhttpc">>, <<"45282FF22BC55E6AE751CF87AC42C261DC4FAAFADD9C034E127ECED74E672FAB">>}]},
{pkg_hash_ext,[
{<<"erliam">>, <<"88B039BC7200538A471E747DE720C0CD9839B19A8CC25DFCECB0384346ACF1A1">>},
{<<"erliam">>, <<"2EE375544AC36711BEEB5EC56DB060488447CECC308763BC8B4A4FEE894AAF76">>},
{<<"jiffy">>, <<"62E1F0581C3C19C33A725C781DFA88410D8BFF1BBAFC3885A2552286B4785C4C">>},
{<<"lhttpc">>, <<"8033152140E6E82325E68263D193A79A2322D857F69DDF1D875B5045B05EC463">>}]}
{<<"lhttpc">>, <<"57BA3D5720FBD17C75D8563169394B5F6CD160161D64A8A9F96F7E829221C648">>}]}
].
2 changes: 1 addition & 1 deletion src/dinerl.erl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-type keyschema_element() :: {binary(), [field()]}.
-type keyschema() :: [keyschema_element()].
-type jsonf() :: any().
-type clientarguments() :: {{access_key_id(), secret_access_key()}, zone(), rfcdate()}.
-type clientarguments() :: {awsv4:credentials(), zone(), rfcdate()}.
-type method() ::
batch_get_item |
get_item |
Expand Down

0 comments on commit 7cb9806

Please sign in to comment.