Skip to content

Commit 7d2bda7

Browse files
authored
[deps] Upgrade cpp-jwt and nlohmann_json (#2403)
Summary: [deps] Upgrade cpp-jwt and nlohmann_json This pulls in a side-channel [attack fix](arun11299/cpp-jwt@2c329d2) and also is part 1 of breaking down the changes in #2401 into smaller pieces. Relevant Issues: N/A Type of change: /kind deps Test Plan: Build should pass Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 0908662 commit 7d2bda7

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

‎bazel/external/cpp_jwt.BUILD‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ cc_library(
3030
includes = ["include"],
3131
visibility = ["//visibility:public"],
3232
deps = [
33+
"@boringssl//:crypto",
3334
"@boringssl//:ssl",
35+
"@com_github_nlohmann_json//:json",
3436
],
3537
)

‎bazel/repository_locations.bzl‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ REPOSITORY_LOCATIONS = dict(
6262
urls = ["https://github.com/AriaFallah/csv-parser/archive/e3c1207f4de50603a4946dc5daa0633ce31a9257.tar.gz"],
6363
),
6464
com_github_arun11299_cpp_jwt = dict(
65-
sha256 = "6dbf93969ec48d97ecb6c157014985846df8c01995a0011c21f4e2c146594922",
66-
strip_prefix = "cpp-jwt-1.1.1",
67-
urls = ["https://github.com/arun11299/cpp-jwt/archive/refs/tags/v1.1.1.tar.gz"],
65+
sha256 = "7e5ec6891254c8f00128952ed6b9a73d827539136c3b804563521a0042abe72c",
66+
strip_prefix = "cpp-jwt-1.5.1",
67+
urls = ["https://github.com/arun11299/cpp-jwt/archive/refs/tags/v1.5.1.tar.gz"],
6868
),
6969
com_github_bazelbuild_buildtools = dict(
7070
sha256 = "39c59cb5352892292cbe3174055aac187edcb5324c9b4e2d96cb6e40bd753877",
@@ -181,8 +181,8 @@ REPOSITORY_LOCATIONS = dict(
181181
urls = ["https://github.com/Neargye/magic_enum/archive/refs/tags/v0.9.7.tar.gz"],
182182
),
183183
com_github_nlohmann_json = dict(
184-
sha256 = "87b5884741427220d3a33df1363ae0e8b898099fbc59f1c451113f6732891014",
185-
urls = ["https://github.com/nlohmann/json/releases/download/v3.7.3/include.zip"],
184+
sha256 = "6bea5877b1541d353bd77bdfbdb2696333ae5ed8f9e8cc22df657192218cad91",
185+
urls = ["https://github.com/nlohmann/json/releases/download/v3.9.1/include.zip"],
186186
),
187187
com_github_opentelemetry_proto = dict(
188188
urls = ["https://github.com/open-telemetry/opentelemetry-proto/archive/refs/tags/v1.3.2.tar.gz"],

0 commit comments

Comments
 (0)