From 21ee122f8e7490695f41177ee37b48964a85a1f6 Mon Sep 17 00:00:00 2001 From: Liu Liu Date: Tue, 12 Mar 2024 19:53:29 -0400 Subject: [PATCH] Update deps.bzl --- WORKSPACE | 4 ++-- deps.bzl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index ba44d13e188..bcfc168b6ec 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 = "d09b1dec2b73491938423c01bb5d15a3f6942395", + commit = "c9e2f8fdd78ea2d3faeefcffde6cbd3ad5774207", remote = "https://github.com/liuliu/ccv.git", - shallow_since = "1710286053 -0400", + shallow_since = "1710286750 -0400", ) load("@ccv//config:ccv.bzl", "ccv_deps", "ccv_setting") diff --git a/deps.bzl b/deps.bzl index 7875db96395..0711ad82b91 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 = "d09b1dec2b73491938423c01bb5d15a3f6942395", - shallow_since = "1710286053 -0400", + commit = "c9e2f8fdd78ea2d3faeefcffde6cbd3ad5774207", + shallow_since = "1710286750 -0400", ) _maybe(