From 2fa146a9a1b3224d5a2f52d790acc6d06b27ea67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 18:20:54 +0000 Subject: [PATCH] chore(deps): update dependency fmt to v11.1.0 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 65cd2988473..2df14c9660d 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -115,8 +115,8 @@ http_archive( http_archive( name = "fmt", - url = "https://github.com/fmtlib/fmt/archive/11.0.2.tar.gz", - sha256 = "6cb1e6d37bdcb756dbbe59be438790db409cdb4868c66e888d5df9f13f7c027f", - strip_prefix = "fmt-11.0.2", + url = "https://github.com/fmtlib/fmt/archive/11.1.0.tar.gz", + sha256 = "a3267a911d3a30160cbb5a8d65e135f2c8c604737bee13bdf589fbc3e94d58b5", + strip_prefix = "fmt-11.1.0", build_file = "@onedal//dev/bazel/deps:fmt.tpl.BUILD", )