Skip to content
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
18 changes: 9 additions & 9 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -548,13 +548,13 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "Datadog C++ Tracing Library",
project_desc = "Datadog distributed tracing for C++",
project_url = "https://github.com/DataDog/dd-trace-cpp",
version = "0.1.8",
sha256 = "77162c26ba976b8b18e6daf50beaec39389286840733b08e1627d4e5572d4b51",
version = "0.1.10",
sha256 = "090105de8922c87c7bd90fa08cc2129ecdf4502a46eb131c5d3986e687d98e57",
strip_prefix = "dd-trace-cpp-{version}",
urls = ["https://github.com/DataDog/dd-trace-cpp/archive/v{version}.tar.gz"],
use_category = ["observability_ext"],
extensions = ["envoy.tracers.datadog"],
release_date = "2023-03-31",
release_date = "2023-06-15",
cpe = "N/A",
license = "Apache-2.0",
license_url = "https://github.com/DataDog/dd-trace-cpp/blob/v{version}/LICENSE.md",
Expand Down Expand Up @@ -698,16 +698,16 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "zstd",
project_desc = "zstd compression library",
project_url = "https://facebook.github.io/zstd",
version = "1.5.5",
sha256 = "98e9c3d949d1b924e28e01eccb7deed865eefebf25c2f21c702e5cd5b63b85e1",
version = "1.5.6",
sha256 = "30f35f71c1203369dc979ecde0400ffea93c27391bfd2ac5a9715d2173d92ff7",
strip_prefix = "zstd-{version}",
urls = ["https://github.com/facebook/zstd/archive/v{version}.tar.gz"],
use_category = ["dataplane_ext"],
extensions = [
"envoy.compression.zstd.compressor",
"envoy.compression.zstd.decompressor",
],
release_date = "2023-04-04",
release_date = "2024-03-30",
cpe = "cpe:2.3:a:facebook:zstandard:*",
),
com_github_zlib_ng_zlib_ng = dict(
Expand Down Expand Up @@ -790,14 +790,14 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "nlohmann JSON",
project_desc = "Fast JSON parser/generator for C++",
project_url = "https://nlohmann.github.io/json",
version = "3.11.2",
sha256 = "d69f9deb6a75e2580465c6c4c5111b89c4dc2fa94e3a85fcd2ffcd9a143d9273",
version = "3.11.3",
sha256 = "0d8ef5af7f9794e3263480193c491549b2ba6cc74bb018906202ada498a79406",
strip_prefix = "json-{version}",
urls = ["https://github.com/nlohmann/json/archive/v{version}.tar.gz"],
# This will be a replacement for rapidJSON used in extensions and may also be a fast
# replacement for protobuf JSON.
use_category = ["controlplane", "dataplane_core"],
release_date = "2022-08-12",
release_date = "2023-11-28",
cpe = "cpe:2.3:a:json-for-modern-cpp_project:json-for-modern-cpp:*",
license = "MIT",
license_url = "https://github.com/nlohmann/json/blob/v{version}/LICENSE.MIT",
Expand Down