diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index fc89214..529fd23 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -4,9 +4,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "magic_enum", - sha256 = "6b948d1680f02542d651fc82154a9e136b341ce55c5bf300736b157e23f9df11", - strip_prefix = "magic_enum-0.8.1", - url = "https://github.com/Neargye/magic_enum/archive/refs/tags/v0.8.1.tar.gz", + sha256 = "3cadd6a05f1bffc5141e5e731c46b2b73c2dbff025e723c8abaa659e0a24f072", + strip_prefix = "magic_enum-0.9.3", + url = "https://github.com/Neargye/magic_enum/archive/refs/tags/v0.9.3.tar.gz", ) http_archive(