Skip to content
This repository was archived by the owner on Dec 27, 2021. It is now read-only.

Commit 2076fc6

Browse files
Update deps
1 parent 4ee94f1 commit 2076fc6

File tree

2 files changed

+84
-27
lines changed

2 files changed

+84
-27
lines changed

mix.exs

Lines changed: 28 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,34 @@ defmodule Wabbit.Mixfile do
22
use Mix.Project
33

44
def project do
5-
[app: :wabbit,
6-
version: "0.4.0",
7-
elixir: "~> 1.3",
8-
build_embedded: Mix.env == :prod,
9-
start_permanent: Mix.env == :prod,
10-
description: description(),
11-
package: package(),
12-
source_url: "https://github.com/pma/wabbit",
13-
deps: deps()]
5+
[
6+
app: :wabbit,
7+
version: "0.5.0",
8+
elixir: "~> 1.12",
9+
build_embedded: Mix.env() == :prod,
10+
start_permanent: Mix.env() == :prod,
11+
description: description(),
12+
package: package(),
13+
source_url: "https://github.com/pma/wabbit",
14+
deps: deps()
15+
]
1416
end
1517

1618
def application do
17-
[applications: [:logger, :asn1, :public_key, :ssl, :amqp_client, :connection, :gen_stage],
18-
mod: {Wabbit, []}]
19+
[
20+
applications: [:logger, :asn1, :public_key, :ssl, :amqp_client, :connection, :gen_stage],
21+
mod: {Wabbit, []}
22+
]
1923
end
2024

2125
defp deps do
22-
[{:gen_stage, "~> 1.0"},
23-
{:connection, "~> 1.0"},
24-
{:amqp_client, "~> 3.6"},
25-
{:rabbit_common, "~> 3.6"},
26-
{:ex_doc, "~> 0.17", only: :dev}]
26+
[
27+
{:gen_stage, "~> 1.1"},
28+
{:connection, "~> 1.0"},
29+
{:amqp_client, "~> 3.8"},
30+
{:rabbit_common, "~> 3.8"},
31+
{:ex_doc, "~> 0.17", only: :dev}
32+
]
2733
end
2834

2935
defp description do
@@ -33,9 +39,11 @@ defmodule Wabbit.Mixfile do
3339
end
3440

3541
defp package do
36-
[files: ["lib", "mix.exs", "README.md", "LICENSE"],
37-
maintainers: ["Paulo Almeida"],
38-
licenses: ["MIT"],
39-
links: %{"GitHub" => "https://github.com/pma/wabbit"}]
42+
[
43+
files: ["lib", "mix.exs", "README.md", "LICENSE"],
44+
maintainers: ["Paulo Almeida"],
45+
licenses: ["MIT"],
46+
links: %{"GitHub" => "https://github.com/pma/wabbit"}
47+
]
4048
end
4149
end

mix.lock

Lines changed: 56 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,58 @@
11
%{
2-
"amqp_client": {:hex, :amqp_client, "3.6.12", "dfdfe7be661feb96ece404092a47431a73797ad412959732d940f96f80290da0", [:make, :rebar3], [{:rabbit_common, "3.6.12", [hex: :rabbit_common, repo: "hexpm", optional: false]}], "hexpm", "85c1b4de1cf59a44566fce77bc0619a4f6c49010e9fa27db86ed58a0ddc86589"},
3-
"connection": {:hex, :connection, "1.0.4", "a1cae72211f0eef17705aaededacac3eb30e6625b04a6117c1b2db6ace7d5976", [:mix], [], "hexpm", "4a0850c9be22a43af9920a71ab17c051f5f7d45c209e40269a1938832510e4d9"},
4-
"db_connection": {:hex, :db_connection, "1.0.0", "63c03e520d54886a66104d34e32397ba960db6e74b596ce221592c07d6a40d8d", [:mix], [{:connection, "~> 1.0.2", [hex: :connection, optional: false]}, {:poolboy, "~> 1.5", [hex: :poolboy, optional: true]}, {:sbroker, "~> 1.0", [hex: :sbroker, optional: true]}]},
5-
"earmark": {:hex, :earmark, "1.2.3", "206eb2e2ac1a794aa5256f3982de7a76bf4579ff91cb28d0e17ea2c9491e46a4", [:mix], [], "hexpm", "3b1dcad3067985dd8618c38399a8ee9c4e652d52a17a4aae7a6d6fc4fcc24856"},
6-
"ex_doc": {:hex, :ex_doc, "0.17.0", "fdf3dc9c6cd1945afb583488de1bf8c12bd8b2ab80f2e7a0e2476a60b9e3bd8f", [:mix], [{:earmark, "~> 1.1", [hex: :earmark, repo: "hexpm", optional: false]}], "hexpm", "3170487b04545c562b21521cd0de53619b7879952018c37b0d628ac1431f26d0"},
7-
"gen_stage": {:hex, :gen_stage, "1.0.0", "51c8ae56ff54f9a2a604ca583798c210ad245f415115453b773b621c49776df5", [:mix], [], "hexpm", "1d9fc978db5305ac54e6f5fec7adf80cd893b1000cf78271564c516aa2af7706"},
8-
"rabbit_common": {:hex, :rabbit_common, "3.6.12", "28dfb9ce4decf64caa9d9e70977ab57af983bc2795fd9db349bfc254a8b45235", [:make, :rebar3], [], "hexpm", "c6f32723f042d220da577ba9191d5b8afd8fa6ab05d3d561a28d25fc1553cf46"},
2+
amqp_client:
3+
{:hex, :amqp_client, "3.8.14",
4+
"7569517aefb47e0d1c41bca2f4768dc8a2d88487daf7819fecca0d78943f293c", [:make, :rebar3],
5+
[{:rabbit_common, "3.8.14", [hex: :rabbit_common, repo: "hexpm", optional: false]}], "hexpm",
6+
"e5ba3ac18abbe34a1d990a6bcac25633dc7061ab8f8d101c7dcff97f49f4c523"},
7+
connection:
8+
{:hex, :connection, "1.0.4",
9+
"a1cae72211f0eef17705aaededacac3eb30e6625b04a6117c1b2db6ace7d5976", [:mix], [], "hexpm",
10+
"4a0850c9be22a43af9920a71ab17c051f5f7d45c209e40269a1938832510e4d9"},
11+
credentials_obfuscation:
12+
{:hex, :credentials_obfuscation, "2.4.0",
13+
"9fb57683b84899ca3546b384e59ab5d3054a9f334eba50d74c82cd0ae82dd6ca", [:rebar3], [], "hexpm",
14+
"d28a89830e30698b075de9a4dbe683a20685c6bed1e3b7df744a0c06e6ff200a"},
15+
db_connection:
16+
{:hex, :db_connection, "1.0.0",
17+
"63c03e520d54886a66104d34e32397ba960db6e74b596ce221592c07d6a40d8d", [:mix],
18+
[
19+
{:connection, "~> 1.0.2", [hex: :connection, optional: false]},
20+
{:poolboy, "~> 1.5", [hex: :poolboy, optional: true]},
21+
{:sbroker, "~> 1.0", [hex: :sbroker, optional: true]}
22+
]},
23+
earmark:
24+
{:hex, :earmark, "1.2.3", "206eb2e2ac1a794aa5256f3982de7a76bf4579ff91cb28d0e17ea2c9491e46a4",
25+
[:mix], [], "hexpm", "3b1dcad3067985dd8618c38399a8ee9c4e652d52a17a4aae7a6d6fc4fcc24856"},
26+
ex_doc:
27+
{:hex, :ex_doc, "0.17.0", "fdf3dc9c6cd1945afb583488de1bf8c12bd8b2ab80f2e7a0e2476a60b9e3bd8f",
28+
[:mix], [{:earmark, "~> 1.1", [hex: :earmark, repo: "hexpm", optional: false]}], "hexpm",
29+
"3170487b04545c562b21521cd0de53619b7879952018c37b0d628ac1431f26d0"},
30+
gen_stage:
31+
{:hex, :gen_stage, "1.1.0",
32+
"dd0c0f8d2f3b993fdbd3d58e94abbe65380f4e78bdee3fa93d5618d7d14abe60", [:mix], [], "hexpm",
33+
"7f2b36a6d02f7ef2ba410733b540ec423af65ec9c99f3d1083da508aca3b9305"},
34+
goldrush:
35+
{:hex, :goldrush, "0.1.9", "f06e5d5f1277da5c413e84d5a2924174182fb108dabb39d5ec548b27424cd106",
36+
[:rebar3], [], "hexpm", "99cb4128cffcb3227581e5d4d803d5413fa643f4eb96523f77d9e6937d994ceb"},
37+
jsx:
38+
{:hex, :jsx, "2.11.0", "08154624050333919b4ac1b789667d5f4db166dc50e190c4d778d1587f102ee0",
39+
[:rebar3], [], "hexpm", "eed26a0d04d217f9eecefffb89714452556cf90eb38f290a27a4d45b9988f8c0"},
40+
lager:
41+
{:hex, :lager, "3.8.2", "b180b814fd8b7082b6ca8aaf287e55a908d304cfc7a240d32f4db2d07092b7d0",
42+
[:rebar3], [{:goldrush, "0.1.9", [hex: :goldrush, repo: "hexpm", optional: false]}], "hexpm",
43+
"73329ce700410b423f64aafc5f94583073904899098e4461f3558ed2980462ab"},
44+
rabbit_common:
45+
{:hex, :rabbit_common, "3.8.14",
46+
"cc1604891295cd82f34597f1526ac611ea7b6a0e57b3dd79b41cb4224bcc6ec5", [:make, :rebar3],
47+
[
48+
{:credentials_obfuscation, "2.4.0",
49+
[hex: :credentials_obfuscation, repo: "hexpm", optional: false]},
50+
{:jsx, "2.11.0", [hex: :jsx, repo: "hexpm", optional: false]},
51+
{:lager, "3.8.2", [hex: :lager, repo: "hexpm", optional: false]},
52+
{:recon, "2.5.1", [hex: :recon, repo: "hexpm", optional: false]}
53+
], "hexpm", "27409e425413cdd3fc2c077cf08226c4a307d56b1467883f26ab3789b2e106d0"},
54+
recon:
55+
{:hex, :recon, "2.5.1", "430ffa60685ac1efdfb1fe4c97b8767c92d0d92e6e7c3e8621559ba77598678a",
56+
[:mix, :rebar3], [], "hexpm",
57+
"5721c6b6d50122d8f68cccac712caa1231f97894bab779eff5ff0f886cb44648"}
958
}

0 commit comments

Comments
 (0)