From 94035e599add30bca50670e904e3f3b145004877 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 14:11:03 +0000 Subject: [PATCH] Update dependency com_github_fmtlib_fmt to v11 --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 8ed908c3..48c55204 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -181,11 +181,11 @@ def _com_github_fmtlib_fmt(): maybe( http_archive, name = "com_github_fmtlib_fmt", - strip_prefix = "fmt-10.2.1", - sha256 = "1250e4cc58bf06ee631567523f48848dc4596133e163f02615c97f78bab6c811", + strip_prefix = "fmt-11.0.2", + sha256 = "6cb1e6d37bdcb756dbbe59be438790db409cdb4868c66e888d5df9f13f7c027f", build_file = "@yacl//bazel:fmtlib.BUILD", urls = [ - "https://github.com/fmtlib/fmt/archive/refs/tags/10.2.1.tar.gz", + "https://github.com/fmtlib/fmt/archive/refs/tags/11.0.2.tar.gz", ], )