From 4c3959f1e60d4e7aefc1342c78194aea1e7568bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 00:02:25 +0000 Subject: [PATCH] Update dependency fmt to v11 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 2910fde33..d4eb3a70d 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -55,12 +55,12 @@ http_archive( http_archive( name = "fmt", build_file = "fmt.BUILD", - sha256 = "3c2e73019178ad72b0614a3124f25de454b9ca3a1afe81d5447b8d3cbdb6d322", + sha256 = "7aa4b58e361de10b8e5d7b6c18aebd98be1886ab3efe43e368527a75cd504ae4", #sha256 = "7aa4b58e361de10b8e5d7b6c18aebd98be1886ab3efe43e368527a75cd504ae4", #strip_prefix = "fmt-11.0.2", - strip_prefix = "fmt-10.1.1", + strip_prefix = "fmt-11.0.2", urls = [ - "https://github.com/fmtlib/fmt/archive/refs/tags/10.1.1.zip", + "https://github.com/fmtlib/fmt/archive/refs/tags/11.0.2.zip", ], )