From 5fd6b87a58d947ae09b73fa39404d1db1028e536 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 11:01:49 +0000 Subject: [PATCH] chore(deps): update dependency cpr to v1.11.1 --- workspace_setup.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workspace_setup.bzl b/workspace_setup.bzl index b49e429..344eb90 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.11.1.tar.gz", + sha256 = "e84b8ef348f41072609f53aab05bdaab24bf5916c62d99651dfbeaf282a8e0a2", + strip_prefix = "cpr-1.11.1", ) # Like many other libraries, CPR (temporarily) needs to backfill std::filesystem on Apple platforms.