From 1d7125630578f184f2d87eb17786e764a342b0ee Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Mon, 3 Jan 2022 10:02:59 -0300 Subject: [PATCH] chore(deps): update mix.lock (mongodb) --- mix.lock | 2 +- scripts/check-elixir-deps-discrepancies.exs | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mix.lock b/mix.lock index 460eef4a7..051dbc72b 100644 --- a/mix.lock +++ b/mix.lock @@ -31,7 +31,7 @@ "lc": {:git, "https://github.com/qzhuyan/lc.git", "6f98d098e5aaf4fcd6afbbb2acca96855c474600", [tag: "0.1.2"]}, "minirest": {:git, "https://github.com/emqx/minirest.git", "f3f80b3e07295d8b6db22ed456318e0cc9dd167f", [tag: "1.2.7"]}, "mnesia_rocksdb": {:git, "https://github.com/k32/mnesia_rocksdb", "68a80d127c49005480e0dd1f73149e8621052100", [tag: "0.1.5-k32"]}, - "mongodb": {:git, "https://github.com/emqx/mongodb-erlang", "2ffe62f42dafb98eaafead9d340a674c5f9279a5", [tag: "v3.0.10"]}, + "mongodb": {:git, "https://github.com/emqx/mongodb-erlang", "7c6d6fcd562c0b9c88e123ee1cf5ed0b97d0f3ac", [tag: "v3.0.11"]}, "mria": {:git, "https://github.com/emqx/mria.git", "2bf3a71abc3635f910be4b943fa4ccbf8b8257fa", [tag: "0.1.5"]}, "mysql": {:git, "https://github.com/emqx/mysql-otp", "bdabac44cc8836a9e23897b7e1b77c7df7e04f70", [tag: "1.7.1"]}, "observer_cli": {:hex, :observer_cli, "1.7.1", "c9ca1f623a3ef0158283a3c37cd7b7235bfe85927ad6e26396dd247e2057f5a1", [:mix, :rebar3], [{:recon, "~>2.5.1", [hex: :recon, repo: "hexpm", optional: false]}], "hexpm", "4ccafaaa2ce01b85ddd14591f4d5f6731b4e13b610a70fb841f0701178478280"}, diff --git a/scripts/check-elixir-deps-discrepancies.exs b/scripts/check-elixir-deps-discrepancies.exs index 21a2d18ef..eee0a9e67 100755 --- a/scripts/check-elixir-deps-discrepancies.exs +++ b/scripts/check-elixir-deps-discrepancies.exs @@ -100,7 +100,8 @@ else IO.puts( IO.ANSI.red() <> - "Update `mix.exs` to match Rebar3's references (use `overwrite: true` if necessary) and try again" <> + "Update `mix.exs` to match Rebar3's references (use `overwrite: true` if necessary) " <> + "and/or run `mix deps.get` to update and try again" <> IO.ANSI.reset() )