Skip to content

Commit 62d1e86

Browse files
authored
deps: bump up fmt to v11.2.0 (envoyproxy#39329)
## Description This PR bumps up the version of `fmt` to v11.2.0. --- **Commit Message:** deps: bump up fmt to v11.2.0 **Additional Description:** Bump up the version of `fmt` to v11.2.0 **Risk Level:** Low **Testing:** CI **Docs Changes:** N/A **Release Notes:** N/A Signed-off-by: Rohit Agrawal <[email protected]>
1 parent f07a53e commit 62d1e86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/repository_locations.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,12 +322,12 @@ REPOSITORY_LOCATIONS_SPEC = dict(
322322
project_name = "fmt",
323323
project_desc = "{fmt} is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams",
324324
project_url = "https://fmt.dev",
325-
version = "11.1.4",
326-
sha256 = "49b039601196e1a765e81c5c9a05a61ed3d33f23b3961323d7322e4fe213d3e6",
325+
version = "11.2.0",
326+
sha256 = "203eb4e8aa0d746c62d8f903df58e0419e3751591bb53ff971096eaa0ebd4ec3",
327327
strip_prefix = "fmt-{version}",
328328
urls = ["https://github.com/fmtlib/fmt/releases/download/{version}/fmt-{version}.zip"],
329329
use_category = ["dataplane_core", "controlplane"],
330-
release_date = "2025-02-26",
330+
release_date = "2025-05-03",
331331
cpe = "cpe:2.3:a:fmt:fmt:*",
332332
license = "fmt",
333333
license_url = "https://github.com/fmtlib/fmt/blob/{version}/LICENSE",

0 commit comments

Comments
 (0)