From 244173609c363dae367a59083a7a338ef5650c1b Mon Sep 17 00:00:00 2001 From: haikalpribadi Date: Wed, 25 May 2022 12:48:51 +0100 Subject: [PATCH] Bump @vaticle_typedb_protocol --- dependencies/vaticle/repositories.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/vaticle/repositories.bzl b/dependencies/vaticle/repositories.bzl index 26a3b61d5d..6025028337 100644 --- a/dependencies/vaticle/repositories.bzl +++ b/dependencies/vaticle/repositories.bzl @@ -46,7 +46,7 @@ def vaticle_typedb_protocol(): git_repository( name = "vaticle_typedb_protocol", remote = "https://github.com/vaticle/typedb-protocol", - commit = "5383b21e596ba3d6707776a621f11bbb5d5175f2", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_protocol + commit = "d93d4e3c62e579cdc2cef619a5929f07da8f0d7f", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_protocol ) def vaticle_typedb_behaviour():