From 2d4adb41ed1fb0ce4c0d22c6a1cd6a72fd5b3c5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 21:54:27 +0800 Subject: [PATCH] Update dependency com_github_fmtlib_fmt to v10.2.1 (#210) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 8b1bf5e5..8e28484b 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -179,11 +179,11 @@ def _com_github_fmtlib_fmt(): maybe( http_archive, name = "com_github_fmtlib_fmt", - strip_prefix = "fmt-10.1.1", - sha256 = "78b8c0a72b1c35e4443a7e308df52498252d1cefc2b08c9a97bc9ee6cfe61f8b", + strip_prefix = "fmt-10.2.1", + sha256 = "1250e4cc58bf06ee631567523f48848dc4596133e163f02615c97f78bab6c811", build_file = "@yacl//bazel:fmtlib.BUILD", urls = [ - "https://github.com/fmtlib/fmt/archive/refs/tags/10.1.1.tar.gz", + "https://github.com/fmtlib/fmt/archive/refs/tags/10.2.1.tar.gz", ], )