diff --git a/WORKSPACE b/WORKSPACE index 0b9e1719422..dffe74de475 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 = "2a593189513b1e9a705f68a803b03bb5f53d5ef9", + commit = "07512afb29a698ac61beb2e79abdf6c3ae58eccd", remote = "https://github.com/liuliu/ccv.git", - shallow_since = "1733355050 -0500", + shallow_since = "1733853668 -0500", ) load("@ccv//config:ccv.bzl", "ccv_deps", "ccv_setting") diff --git a/deps.bzl b/deps.bzl index 4967611df33..c2b8203f691 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 = "2a593189513b1e9a705f68a803b03bb5f53d5ef9", - shallow_since = "1733355050 -0500", + commit = "07512afb29a698ac61beb2e79abdf6c3ae58eccd", + shallow_since = "1733853668 -0500", ) _maybe(