diff --git a/WORKSPACE b/WORKSPACE index a9adefeda9b..dff3e6c39dd 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 = "88ef7bcc6b9978f4321de8c3247f8e502be4a725", + commit = "34bad960fa69c108f03ca1b1555352de959352af", remote = "https://github.com/liuliu/ccv.git", - shallow_since = "1724017537 -0400", + shallow_since = "1724089914 -0400", ) load("@ccv//config:ccv.bzl", "ccv_deps", "ccv_setting") diff --git a/deps.bzl b/deps.bzl index 93c9882fb0b..d036dcadb49 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 = "88ef7bcc6b9978f4321de8c3247f8e502be4a725", - shallow_since = "1724017537 -0400", + commit = "34bad960fa69c108f03ca1b1555352de959352af", + shallow_since = "1724089914 -0400", ) _maybe(