From 64278033e72d5a26aa781b137078757abed5ade9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 11:35:45 +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 1cb92ca..a44a238 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -36,10 +36,10 @@ http_archive( http_archive( name = "fmt", build_file = "fmt.BUILD", - sha256 = "5bf4d5358301fdf3bd100c01b9d4c1fbb2091dc2267fb4fa6d7cd522b3e47179", - strip_prefix = "fmt-10.0.0", + sha256 = "d368f9c39a33a3aef800f5be372ec1df1c12ad57ada1f60adc62f24c0e348469", + strip_prefix = "fmt-10.2.1", urls = [ - "https://github.com/fmtlib/fmt/archive/refs/tags/10.0.0.zip", + "https://github.com/fmtlib/fmt/archive/refs/tags/10.2.1.zip", ], )