From ce7b193eb13b3480adb9abd64a4fe8f1760bc9b1 Mon Sep 17 00:00:00 2001 From: Georgii Novoselov Date: Wed, 5 Mar 2025 14:46:43 +0000 Subject: [PATCH 1/2] Update dependencies --- dependencies/typedb/repositories.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/typedb/repositories.bzl b/dependencies/typedb/repositories.bzl index 6681a9d32..2779aac80 100644 --- a/dependencies/typedb/repositories.bzl +++ b/dependencies/typedb/repositories.bzl @@ -21,7 +21,7 @@ def typedb_dependencies(): git_repository( name = "typedb_dependencies", remote = "https://github.com/typedb/typedb-dependencies", - commit = "3348848e9455c1e4984a91c98436f77a8807717a", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies + commit = "76245eebd5c2ce4ec73b0e2bf70b812809255077", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies ) def typedb_protocol(): From 00e56c64ad2530a83424428e17f99bdbe79220cc Mon Sep 17 00:00:00 2001 From: Georgii Novoselov Date: Wed, 5 Mar 2025 16:41:41 +0000 Subject: [PATCH 2/2] Update ref to typedb --- dependencies/typedb/repositories.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/typedb/repositories.bzl b/dependencies/typedb/repositories.bzl index 2779aac80..daf6f0958 100644 --- a/dependencies/typedb/repositories.bzl +++ b/dependencies/typedb/repositories.bzl @@ -21,7 +21,7 @@ def typedb_dependencies(): git_repository( name = "typedb_dependencies", remote = "https://github.com/typedb/typedb-dependencies", - commit = "76245eebd5c2ce4ec73b0e2bf70b812809255077", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies + commit = "5c2d4dcc25493be9d35356075372229a6d2ba2a9", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies ) def typedb_protocol():