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(
189189erlang_package .hex_package (
190190 name = "horus" ,
191191 build_file = "@rabbitmq-server//bazel:BUILD.horus" ,
192- sha256 = "4ebcb0ce86c8ee411d24b289c504b14431ee004d9f2c48e6f88d4128ded33a2e " ,
193- version = "0.2.6 " ,
192+ sha256 = "d564d30ebc274f0d92c3d44a336d0b892f000be159912ae4e6838701e85495ec " ,
193+ version = "0.3.1 " ,
194194)
195195
196196erlang_package .hex_package (
Original file line number Diff line number Diff line change @@ -128,9 +128,15 @@ endef
128128LOCAL_DEPS = sasl os_mon inets compiler public_key crypto ssl syntax_tools xmerl
129129
130130BUILD_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
132132TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers meck proper amqp_client rabbitmq_amqp_client rabbitmq_amqp1_0
133133
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+
134140PLT_APPS += mnesia runtime_tools
135141
136142dep_syslog = git https://github.com/schlagert/syslog 4.0.0
You can’t perform that action at this time.
0 commit comments