From 39a79b1b1fa67fdfb3733a896cce865f36141030 Mon Sep 17 00:00:00 2001 From: Liu Liu Date: Thu, 15 Feb 2024 17:05:10 -0500 Subject: [PATCH] Update dependency. --- WORKSPACE | 4 ++-- deps.bzl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index ac441687230..3da11d42787 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 = "aba8ea260ade1e3570f942ad0f735805bf008f24", + commit = "e0b362e55c87849f6103166da0c37ccfd160cc50", remote = "https://github.com/liuliu/ccv.git", - shallow_since = "1707608457 -0500", + shallow_since = "1708034427 -0500", ) load("@ccv//config:ccv.bzl", "ccv_deps", "ccv_setting") diff --git a/deps.bzl b/deps.bzl index 5e72bb57ce5..e47789e7e5d 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 = "aba8ea260ade1e3570f942ad0f735805bf008f24", - shallow_since = "1707608457 -0500", + commit = "e0b362e55c87849f6103166da0c37ccfd160cc50", + shallow_since = "1708034427 -0500", ) _maybe(