We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a27df commit 6634e9eCopy full SHA for 6634e9e
bazel/repository.bzl
@@ -145,11 +145,11 @@ def opentelemetry_cpp_deps():
145
http_archive,
146
name = "curl",
147
build_file = "@io_opentelemetry_cpp//bazel:curl.BUILD",
148
- sha256 = "ba98332752257b47b9dea6d8c0ad25ec1745c20424f1dd3ff2c99ab59e97cf91",
149
- strip_prefix = "curl-7.73.0",
+ sha256 = "816e41809c043ff285e8c0f06a75a1fa250211bbfb2dc0a037eeef39f1a9e427",
+ strip_prefix = "curl-8.4.0",
150
urls = [
151
- "https://curl.haxx.se/download/curl-7.73.0.tar.gz",
152
- "https://github.com/curl/curl/releases/download/curl-7_73_0/curl-7.73.0.tar.gz",
+ "https://curl.haxx.se/download/curl-8.4.0.tar.gz",
+ "https://github.com/curl/curl/releases/download/curl-8_4_0/curl-8.4.0.tar.gz",
153
],
154
)
155
0 commit comments