diff --git a/WORKSPACE b/WORKSPACE index a06ba7d4d07..2e7fbc58e0f 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 = "3bff50d185c1f601f552b8992c347ca357f3ac51", + commit = "a16537f601897af9ed5e72219a58d3507dd53734", remote = "https://github.com/liuliu/ccv.git", - shallow_since = "1733896199 -0500", + shallow_since = "1734395605 -0500", ) load("@ccv//config:ccv.bzl", "ccv_deps", "ccv_setting") diff --git a/deps.bzl b/deps.bzl index 5400b1dd9e6..2d9adf5187f 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 = "3bff50d185c1f601f552b8992c347ca357f3ac51", - shallow_since = "1733896199 -0500", + commit = "a16537f601897af9ed5e72219a58d3507dd53734", + shallow_since = "1734395605 -0500", ) _maybe(