From aac81fb7c92de4aac0326d2666fe0d7aeae5bee6 Mon Sep 17 00:00:00 2001 From: Liu Liu Date: Thu, 14 Mar 2024 11:47:09 -0400 Subject: [PATCH] Update deps to avoid mach_absolute_time. --- WORKSPACE | 4 ++-- deps.bzl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 7d2b5344bc0..87f8550f7e5 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -5,9 +5,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") git_repository( name = "ccv", - commit = "e4f7e0b70f40cb35d112c4282f31af7372a9cbcc", + commit = "99bb340839cfb2cdb50ea46fb1860f6658190c77", remote = "https://github.com/liuliu/ccv.git", - shallow_since = "1710295489 -0400", + shallow_since = "1710391577 -0400", ) load("@ccv//config:ccv.bzl", "ccv_deps", "ccv_setting") diff --git a/deps.bzl b/deps.bzl index 8e54c8c71af..c803d007c0e 100644 --- a/deps.bzl +++ b/deps.bzl @@ -17,8 +17,8 @@ def s4nnc_deps(): git_repository, name = "ccv", remote = "https://github.com/liuliu/ccv.git", - commit = "e4f7e0b70f40cb35d112c4282f31af7372a9cbcc", - shallow_since = "1710295489 -0400", + commit = "99bb340839cfb2cdb50ea46fb1860f6658190c77", + shallow_since = "1710391577 -0400", ) _maybe(