Skip to content

Commit 887dcbc

Browse files
Bump fmt from 12.1.0-codeql.1 to 12.1.0
Bumps [fmt](https://github.com/fmtlib/fmt) from 12.1.0-codeql.1 to 12.1.0. - [Release notes](https://github.com/fmtlib/fmt/releases) - [Changelog](https://github.com/fmtlib/fmt/blob/master/ChangeLog.md) - [Commits](https://github.com/fmtlib/fmt/commits/12.1.0) --- updated-dependencies: - dependency-name: fmt dependency-version: 12.1.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 518d170 commit 887dcbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ bazel_dep(name = "rules_shell", version = "0.6.1")
2525
bazel_dep(name = "bazel_skylib", version = "1.8.1")
2626
bazel_dep(name = "abseil-cpp", version = "20260107.1", repo_name = "absl")
2727
bazel_dep(name = "nlohmann_json", version = "3.11.3", repo_name = "json")
28-
bazel_dep(name = "fmt", version = "12.1.0-codeql.1")
28+
bazel_dep(name = "fmt", version = "12.1.0")
2929
bazel_dep(name = "rules_kotlin", version = "2.2.2-codeql.1")
3030
bazel_dep(name = "gazelle", version = "0.47.0")
3131
bazel_dep(name = "rules_dotnet", version = "0.21.5-codeql.1")

0 commit comments

Comments
 (0)