From bc20e8c72ccfe8c986d1b094944f6bf4d35c2adf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 03:07:52 +0000 Subject: [PATCH] Update dependency fmt to v10.2.1 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 1ff5cdee9..710308816 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -55,10 +55,10 @@ http_archive( http_archive( name = "fmt", build_file = "fmt.BUILD", - sha256 = "3c2e73019178ad72b0614a3124f25de454b9ca3a1afe81d5447b8d3cbdb6d322", - strip_prefix = "fmt-10.1.1", + sha256 = "d368f9c39a33a3aef800f5be372ec1df1c12ad57ada1f60adc62f24c0e348469", + strip_prefix = "fmt-10.2.1", urls = [ - "https://github.com/fmtlib/fmt/archive/refs/tags/10.1.1.zip", + "https://github.com/fmtlib/fmt/archive/refs/tags/10.2.1.zip", ], )