From cc78edfd60aece6e33359cffbb46960dda27ad70 Mon Sep 17 00:00:00 2001 From: "dependency-envoy[bot]" <148525496+dependency-envoy[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:19:57 +0000 Subject: [PATCH] deps: Bump `com_github_fmtlib_fmt` -> 11.1.1 Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com> --- bazel/repository_locations.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 657b0a80168f..9caa0df83cd2 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -328,12 +328,12 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "fmt", project_desc = "{fmt} is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams", project_url = "https://fmt.dev", - version = "11.0.2", - sha256 = "40fc58bebcf38c759e11a7bd8fdc163507d2423ef5058bba7f26280c5b9c5465", + version = "11.1.1", + sha256 = "a25124e41c15c290b214c4dec588385153c91b47198dbacda6babce27edc4b45", strip_prefix = "fmt-{version}", urls = ["https://github.com/fmtlib/fmt/releases/download/{version}/fmt-{version}.zip"], use_category = ["dataplane_core", "controlplane"], - release_date = "2024-07-20", + release_date = "2024-12-27", cpe = "cpe:2.3:a:fmt:fmt:*", license = "fmt", license_url = "https://github.com/fmtlib/fmt/blob/{version}/LICENSE",