diff --git a/WORKSPACE b/WORKSPACE index 5ca096cd85b..e70f7e2a46a 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 = "de59d3e544cc5bf385a8781c8ebae323a40f8c35", + commit = "c8d818798c6dc4fcd0046fc1096472f71e521ce4", remote = "https://github.com/liuliu/ccv.git", - shallow_since = "1730349519 -0400", + shallow_since = "1730768112 -0500", ) load("@ccv//config:ccv.bzl", "ccv_deps", "ccv_setting") diff --git a/deps.bzl b/deps.bzl index 17e2f87bd8b..5eddf7fcd8c 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 = "de59d3e544cc5bf385a8781c8ebae323a40f8c35", - shallow_since = "1730349519 -0400", + commit = "c8d818798c6dc4fcd0046fc1096472f71e521ce4", + shallow_since = "1730768112 -0500", ) _maybe(