Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency cpr to v1.11.1 #31

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions workspace_setup.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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
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.
Expand Down