Skip to content

Commit bfef939

Browse files
chore(deps): update dependency magic_enum to v0.9.7
1 parent 8817709 commit bfef939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ bazel_dep(name = "spdlog", version = "1.14.1")
5757
bazel_dep(name = "fmt", version = "11.0.2")
5858
bazel_dep(name = "abseil-cpp", version = "20240722.0")
5959
bazel_dep(name = "rules_python", version = "0.29.0")
60-
bazel_dep(name = "magic_enum", version = "0.9.6")
60+
bazel_dep(name = "magic_enum", version = "0.9.7")
6161

6262
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
6363
python.toolchain(

0 commit comments

Comments
 (0)