From 6f6a101f9e405d1e6aebe6bad4e3855b3862a06b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Jun 2025 14:13:46 +0000 Subject: [PATCH] chore(deps): update dependency cpr to v1.12.0 --- workspace_setup.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workspace_setup.bzl b/workspace_setup.bzl index b49e429..25d84ce 100644 --- a/workspace_setup.bzl +++ b/workspace_setup.bzl @@ -22,9 +22,9 @@ def hedron_make_cc_https_easy(): name = "cpr", patches = ["@hedron_make_cc_https_easy//:cpr.patch"], # Switches to hedron_std_filesystem_backport (see https://github.com/libcpr/cpr/pull/929#issuecomment-1653008950) and removes version-define header from unbrella header , since it's generated by cmake and we don't need it. If needed, could hack it in like https://github.com/curoky/tame/blob/c8926a2cd569848137ebb971a95057cb117055c3/recipes/c/cpr/default/BUILD build_file = "@hedron_make_cc_https_easy//:cpr.BUILD", - url = "https://github.com/libcpr/cpr/archive/1.10.5.tar.gz", - sha256 = "c8590568996cea918d7cf7ec6845d954b9b95ab2c4980b365f582a665dea08d8", - strip_prefix = "cpr-1.10.5", + url = "https://github.com/libcpr/cpr/archive/1.12.0.tar.gz", + sha256 = "f64b501de66e163d6a278fbb6a95f395ee873b7a66c905dd785eae107266a709", + strip_prefix = "cpr-1.12.0", ) # Like many other libraries, CPR (temporarily) needs to backfill std::filesystem on Apple platforms.