From f79f0d76550bc9ecb6f668b2bae60cc098bee2f1 Mon Sep 17 00:00:00 2001 From: Liu Liu Date: Mon, 16 Sep 2024 00:51:38 -0400 Subject: [PATCH] Update deps to fix a typo. --- WORKSPACE | 4 ++-- deps.bzl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 4530599aff8..b92252e759c 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 = "67887cd36fb339c88d3165ea0f11d70681bfe4f1", + commit = "d2622a324f45c243c69fe8c2019eeaca9162ca0a", remote = "https://github.com/liuliu/ccv.git", - shallow_since = "1726461968 -0400", + shallow_since = "1726462252 -0400", ) load("@ccv//config:ccv.bzl", "ccv_deps", "ccv_setting") diff --git a/deps.bzl b/deps.bzl index fe19c427774..fa44d795ffe 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 = "67887cd36fb339c88d3165ea0f11d70681bfe4f1", - shallow_since = "1726461968 -0400", + commit = "d2622a324f45c243c69fe8c2019eeaca9162ca0a", + shallow_since = "1726462252 -0400", ) _maybe(