Skip to content

Commit

Permalink
chore(deps): update dependency cpr to v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2024
1 parent 63f8fe1 commit 5fd6b87
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 5fd6b87

Please sign in to comment.