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
4 changes: 2 additions & 2 deletions bazel/core_dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ _RAPIDJSON_VERSION = "1.1.0"
# renovate: datasource=github-releases depName=biojppm/c4core
_C4CORE_VERSION = "0.3.0"
# renovate: datasource=github-releases depName=biojppm/rapidyaml
_RAPIDYAML_VERSION = "0.12.1"
_RAPIDYAML_VERSION = "0.13.0"
# renovate: datasource=github-releases depName=google/benchmark
_BENCHMARK_VERSION = "1.9.5"
# renovate: datasource=github-releases depName=duckdb/duckdb
Expand Down Expand Up @@ -84,7 +84,7 @@ def _dashql_core_deps_impl(mctx):
)
http_archive(
name = "rapidyaml",
sha256 = "a0d8e81657f773cc6d906308f88c04dfe3f275ed038609edbb5bd624ee954e9f",
sha256 = "4129525f52fa05c03404d665cf3ee28ef1cbb1e590ba8bcedbd8f31d4869aadf",
strip_prefix = "rapidyaml-" + _RAPIDYAML_VERSION,
urls = ["https://github.com/biojppm/rapidyaml/archive/refs/tags/v" + _RAPIDYAML_VERSION + ".zip"],
build_file = "//bazel:external_rapidyaml.BUILD",
Expand Down
Loading