From 2eeea0a5f282b0d8611f9bb1c6a58ca09e939d14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 21:48:20 +0000 Subject: [PATCH] chore(deps): update dependency fmt to v11.1.4 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 07b6878c377..b590e0d0d33 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -115,8 +115,8 @@ http_archive( http_archive( name = "fmt", - url = "https://github.com/fmtlib/fmt/archive/11.1.3.tar.gz", - sha256 = "67cd23ea86ccc359693e2ce1ba8d1bab533c02d743c09b15f3131102d0c2fc1c", - strip_prefix = "fmt-11.1.3", + url = "https://github.com/fmtlib/fmt/archive/11.1.4.tar.gz", + sha256 = "ac366b7b4c2e9f0dde63a59b3feb5ee59b67974b14ee5dc9ea8ad78aa2c1ee1e", + strip_prefix = "fmt-11.1.4", build_file = "@onedal//dev/bazel/deps:fmt.tpl.BUILD", )