summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2021-11-30 10:43:18 +0100
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2021-11-30 14:41:12 +0100
commit4674edc4b1f8ae670d938cb126db950e01785316 (patch)
tree510149e00f0c112845d8dd391b8fa2a571ddfbc8
parent0a9dc34517283c1c111140240a192b8e9d11225e (diff)
downloadrabbitmq-server-git-4674edc4b1f8ae670d938cb126db950e01785316.tar.gz
WIP; Update Khepri
-rw-r--r--deps/rabbit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/rabbit/Makefile b/deps/rabbit/Makefile
index 9b9fe09a03..fa4d2bae67 100644
--- a/deps/rabbit/Makefile
+++ b/deps/rabbit/Makefile
@@ -145,7 +145,7 @@ dep_syslog = git https://github.com/schlagert/syslog 4.0.0
dep_osiris = git https://github.com/rabbitmq/osiris main
dep_systemd = hex 0.6.1
dep_seshat = git https://github.com/rabbitmq/seshat main
-dep_khepri = git https://github.com/rabbitmq/khepri.git 601931503d93d5c59c55475f62cabeaee6bfe9b8
+dep_khepri = git https://github.com/rabbitmq/khepri.git 4b1a279057266308ac6549a2656b3e3882cd5ad4
define usage_xml_to_erl
$(subst __,_,$(patsubst $(DOCS_DIR)/rabbitmq%.1.xml, src/rabbit_%_usage.erl, $(subst -,_,$(1))))