Skip to content

Commit 6634e9e

Browse files
committed
Fixes #2357
1 parent 18a27df commit 6634e9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bazel/repository.bzl

+4-4
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,11 @@ def opentelemetry_cpp_deps():
145145
http_archive,
146146
name = "curl",
147147
build_file = "@io_opentelemetry_cpp//bazel:curl.BUILD",
148-
sha256 = "ba98332752257b47b9dea6d8c0ad25ec1745c20424f1dd3ff2c99ab59e97cf91",
149-
strip_prefix = "curl-7.73.0",
148+
sha256 = "816e41809c043ff285e8c0f06a75a1fa250211bbfb2dc0a037eeef39f1a9e427",
149+
strip_prefix = "curl-8.4.0",
150150
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",
151+
"https://curl.haxx.se/download/curl-8.4.0.tar.gz",
152+
"https://github.com/curl/curl/releases/download/curl-8_4_0/curl-8.4.0.tar.gz",
153153
],
154154
)
155155

0 commit comments

Comments
 (0)