Skip to content

Commit 3053f21

Browse files
committed
deps: Bump com_github_fmtlib_fmt -> 10.0.0
Signed-off-by: Ryan Northey <[email protected]>
1 parent 523e6d1 commit 3053f21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/repository_locations.bzl

+3-3
Original file line numberDiff line numberDiff line change
@@ -281,12 +281,12 @@ REPOSITORY_LOCATIONS_SPEC = dict(
281281
project_name = "fmt",
282282
project_desc = "{fmt} is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams",
283283
project_url = "https://fmt.dev",
284-
version = "9.1.0",
285-
sha256 = "cceb4cb9366e18a5742128cb3524ce5f50e88b476f1e54737a47ffdf4df4c996",
284+
version = "10.0.0",
285+
sha256 = "4943cb165f3f587f26da834d3056ee8733c397e024145ca7d2a8a96bb71ac281",
286286
strip_prefix = "fmt-{version}",
287287
urls = ["https://github.com/fmtlib/fmt/releases/download/{version}/fmt-{version}.zip"],
288288
use_category = ["dataplane_core", "controlplane"],
289-
release_date = "2022-08-27",
289+
release_date = "2023-05-10",
290290
cpe = "cpe:2.3:a:fmt:fmt:*",
291291
license = "fmt",
292292
license_url = "https://github.com/fmtlib/fmt/blob/{version}/LICENSE.rst",

0 commit comments

Comments
 (0)