Upgrade to Observer CLI 1.7.1
Previous version was not working on Windows due to a crash.
This commit is contained in:
parent
6e6279eb2b
commit
43d40231b9
|
@ -1,7 +1,5 @@
|
|||
PROJECT = rabbitmq_cli
|
||||
|
||||
dep_observer_cli = git https://github.com/zhongwencool/observer_cli 1.4.4
|
||||
|
||||
BUILD_DEPS = rabbit_common
|
||||
DEPS = observer_cli
|
||||
TEST_DEPS = amqp_client rabbit
|
||||
|
|
|
@ -122,7 +122,7 @@ defmodule RabbitMQCtl.MixfileBase do
|
|||
{:json, "~> 1.4.1"},
|
||||
{:csv, "~> 2.4.0"},
|
||||
{:stdout_formatter, "~> 0.2.3"},
|
||||
{:observer_cli, "~> 1.6.1"},
|
||||
{:observer_cli, "~> 1.7.1"},
|
||||
|
||||
{:amqp, "~> 2.1.0", only: :test},
|
||||
{:dialyxir, "~> 0.5", only: :test, runtime: false},
|
||||
|
|
|
@ -119,7 +119,7 @@ dep_prometheus = hex 4.8.1
|
|||
dep_ra = git https://github.com/rabbitmq/ra.git master
|
||||
dep_ranch = hex 2.1.0
|
||||
dep_recon = hex 2.5.1
|
||||
dep_observer_cli = hex 1.6.2
|
||||
dep_observer_cli = hex 1.7.1
|
||||
dep_stdout_formatter = hex 0.2.4
|
||||
dep_sysmon_handler = hex 1.3.0
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@ consistent release schedule.
|
|||
|
||||
## Dependency Upgrades
|
||||
|
||||
No dependency changes in this release.
|
||||
* observer_cli has been upgraded from `1.6.2` to `1.7.1`
|
||||
|
||||
|
||||
## Source Code Archives
|
||||
|
|
|
@ -38,6 +38,7 @@ Contributors are encouraged to update them together with their changes. This hel
|
|||
|
||||
## Dependency Upgrades
|
||||
|
||||
* observer_cli has been upgraded from `1.6.2` to `1.7.1`
|
||||
* ...
|
||||
|
||||
|
||||
|
|
|
@ -164,8 +164,8 @@ erlang_lib(
|
|||
|
||||
hex_pm_bazel_erlang_lib(
|
||||
name = "observer_cli",
|
||||
version = "1.6.1",
|
||||
sha256 = "3418e319764b9dff1f469e43cbdffd7fd54ea47cbf765027c557abd146a19fb3",
|
||||
version = "1.7.1",
|
||||
sha256 = "4ccafaaa2ce01b85ddd14591f4d5f6731b4e13b610a70fb841f0701178478280",
|
||||
)
|
||||
|
||||
git_repository(
|
||||
|
|
Loading…
Reference in New Issue