File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -189,8 +189,8 @@ erlang_package.hex_package(
189
189
erlang_package .hex_package (
190
190
name = "horus" ,
191
191
build_file = "@rabbitmq-server//bazel:BUILD.horus" ,
192
- sha256 = "4ebcb0ce86c8ee411d24b289c504b14431ee004d9f2c48e6f88d4128ded33a2e " ,
193
- version = "0.2.6 " ,
192
+ sha256 = "d564d30ebc274f0d92c3d44a336d0b892f000be159912ae4e6838701e85495ec " ,
193
+ version = "0.3.1 " ,
194
194
)
195
195
196
196
erlang_package .hex_package (
Original file line number Diff line number Diff line change @@ -128,9 +128,15 @@ endef
128
128
LOCAL_DEPS = sasl os_mon inets compiler public_key crypto ssl syntax_tools xmerl
129
129
130
130
BUILD_DEPS = rabbitmq_cli
131
- DEPS = ranch rabbit_common amqp10_common rabbitmq_prelaunch ra sysmon_handler stdout_formatter recon redbug observer_cli osiris syslog systemd seshat khepri khepri_mnesia_migration cuttlefish gen_batch_server
131
+ DEPS = ranch rabbit_common amqp10_common rabbitmq_prelaunch ra sysmon_handler stdout_formatter recon redbug observer_cli osiris syslog systemd seshat horus khepri khepri_mnesia_migration cuttlefish gen_batch_server
132
132
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers meck proper amqp_client rabbitmq_amqp_client rabbitmq_amqp1_0
133
133
134
+ # We pin a version of Horus even if we don't use it directly (it is a
135
+ # dependency of Khepri). But currently, we can't update Khepri while still
136
+ # needing the fix in Horus 0.3.1. This line and the mention of `horus` above
137
+ # should be removed with the next update of Khepri.
138
+ dep_horus = hex 0.3.1
139
+
134
140
PLT_APPS += mnesia runtime_tools
135
141
136
142
dep_syslog = git https://github.com/schlagert/syslog 4.0.0
You can’t perform that action at this time.
0 commit comments