From ba0d8c3e52d4ab847b202d3ec3fd243a3902c8fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 22:32:16 +0000 Subject: [PATCH] Bump rapidyaml from 0.10.0 to 0.12.1 Bumps [rapidyaml](https://github.com/biojppm/rapidyaml) from 0.10.0 to 0.12.1. - [Release notes](https://github.com/biojppm/rapidyaml/releases) - [Commits](https://github.com/biojppm/rapidyaml/compare/v0.10.0...v0.12.1) --- updated-dependencies: - dependency-name: rapidyaml dependency-version: 0.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 5f20ce4b27..c67884dd88 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -18,7 +18,7 @@ bazel_dep(name = "opentracing-cpp", version = "1.6.0", repo_name = "com_github_o bazel_dep(name = "platforms", version = "1.1.0") bazel_dep(name = "prometheus-cpp", version = "1.3.0.bcr.2", repo_name = "com_github_jupp0r_prometheus_cpp") bazel_dep(name = "protobuf", version = "32.0", repo_name = "com_google_protobuf") -bazel_dep(name = "rapidyaml", version = "0.10.0") +bazel_dep(name = "rapidyaml", version = "0.12.1") bazel_dep(name = "rules_cc", version = "0.2.18") bazel_dep(name = "rules_foreign_cc", version = "0.15.1") bazel_dep(name = "rules_proto", version = "7.1.0")