Skip to content

Commit 0dd3c24

Browse files
chore(deps): update dependency meck to v1
1 parent dc961a4 commit 0dd3c24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ defmodule Librecov.Mixfile do
8080
{:telemetry_poller, "~> 0.5"},
8181
{:plug_cowboy, "~> 2.5"},
8282
{:ranch, "~> 2.0", override: true},
83-
{:meck, "~> 0.9", override: true},
83+
{:meck, "~> 1.0", override: true},
8484
{:tesla, "~> 1.4"},
8585
{:poison, "~> 3.0"},
8686
{:ex_octocat, github: "yknx4/ex_octocat", tag: "v1.1.4.1"},

mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"jsx": {:hex, :jsx, "2.8.3", "a05252d381885240744d955fbe3cf810504eb2567164824e19303ea59eef62cf", [:mix, :rebar3], [], "hexpm", "fc3499fed7a726995aa659143a248534adc754ebd16ccd437cd93b649a95091f"},
5151
"kaffy": {:hex, :kaffy, "0.9.0", "bef34c9729f6a3af4d0dea8eede8bcb9e11371a83ac9a8b393991bce81839517", [:mix], [{:ecto, "~> 3.0", [hex: :ecto, repo: "hexpm", optional: false]}, {:phoenix, "~> 1.4", [hex: :phoenix, repo: "hexpm", optional: false]}, {:phoenix_html, "~> 2.11", [hex: :phoenix_html, repo: "hexpm", optional: false]}], "hexpm", "d18ff57b8e68feb433aed11e71510cd357abc7034e75358af5deff7d0d4c6ed3"},
5252
"mailman": {:hex, :mailman, "0.4.3", "86b41bc34177c64e15f0e5ebc7300f1e6a04e8d5a23c126cfc2ab307f215394d", [:mix], [{:eiconv, "~> 1.0.0", [hex: :eiconv, repo: "hexpm", optional: false]}, {:gen_smtp, "~> 1.0.1", [hex: :gen_smtp, repo: "hexpm", optional: false]}, {:httpoison, "~> 1.6", [hex: :httpoison, repo: "hexpm", optional: false]}], "hexpm", "327e0580a9dfd6b087c17889a918dfdcfd4a2611dfe8ff5bcdec9d978697b132"},
53-
"meck": {:hex, :meck, "0.9.2", "85ccbab053f1db86c7ca240e9fc718170ee5bda03810a6292b5306bf31bae5f5", [:rebar3], [], "hexpm", "81344f561357dc40a8344afa53767c32669153355b626ea9fcbc8da6b3045826"},
53+
"meck": {:hex, :meck, "1.1.0", "e65a3d84d7b418afcb2c8efde2b5106a98eefb7fe8e5f7e324fe9765122aefa2", [:rebar3], [], "hexpm", "0fdfbd4d4f9eb9251ba621f4740a6e450e2a7d0e5e07a37830c5cf632f2ca8bb"},
5454
"metrics": {:hex, :metrics, "1.0.1", "25f094dea2cda98213cecc3aeff09e940299d950904393b2a29d191c346a8486", [:rebar3], [], "hexpm", "69b09adddc4f74a40716ae54d140f93beb0fb8978d8636eaded0c31b6f099f16"},
5555
"mime": {:hex, :mime, "2.0.2", "0b9e1a4c840eafb68d820b0e2158ef5c49385d17fb36855ac6e7e087d4b1dcc5", [:mix], [], "hexpm", "e6a3f76b4c277739e36c2e21a2c640778ba4c3846189d5ab19f97f126df5f9b7"},
5656
"mimerl": {:hex, :mimerl, "1.2.0", "67e2d3f571088d5cfd3e550c383094b47159f3eee8ffa08e64106cdf5e981be3", [:rebar3], [], "hexpm", "f278585650aa581986264638ebf698f8bb19df297f66ad91b18910dfc6e19323"},

0 commit comments

Comments
 (0)