Skip to content

Commit

Permalink
Update dependency fmt to v11.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 12, 2025
1 parent f4ec6ab commit ab1abd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ http_archive(
http_archive(
name = "fmt",
build_file = "@//tools:fmt.BUILD",
sha256 = "7aa4b58e361de10b8e5d7b6c18aebd98be1886ab3efe43e368527a75cd504ae4",
strip_prefix = "fmt-11.0.2",
sha256 = "a132f866cf950ea8850b2eda5d663d5eafb59759230739dc1e90949a0f39f5d4",
strip_prefix = "fmt-11.1.2",
urls = [
"https://github.com/fmtlib/fmt/archive/refs/tags/11.0.2.zip",
"https://github.com/fmtlib/fmt/archive/refs/tags/11.1.2.zip",
],
)

Expand Down

0 comments on commit ab1abd7

Please sign in to comment.