Skip to content

Commit 6f6a101

Browse files
chore(deps): update dependency cpr to v1.12.0
1 parent 63f8fe1 commit 6f6a101

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

workspace_setup.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ def hedron_make_cc_https_easy():
2222
name = "cpr",
2323
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 <cpr/cpr.h>, 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
2424
build_file = "@hedron_make_cc_https_easy//:cpr.BUILD",
25-
url = "https://github.com/libcpr/cpr/archive/1.10.5.tar.gz",
26-
sha256 = "c8590568996cea918d7cf7ec6845d954b9b95ab2c4980b365f582a665dea08d8",
27-
strip_prefix = "cpr-1.10.5",
25+
url = "https://github.com/libcpr/cpr/archive/1.12.0.tar.gz",
26+
sha256 = "f64b501de66e163d6a278fbb6a95f395ee873b7a66c905dd785eae107266a709",
27+
strip_prefix = "cpr-1.12.0",
2828
)
2929

3030
# Like many other libraries, CPR (temporarily) needs to backfill std::filesystem on Apple platforms.

0 commit comments

Comments
 (0)