diff --git a/indra/deps/CMakeLists.txt b/indra/deps/CMakeLists.txt
index d0bb1689514a029faff859ae021a69b5fcc5a796..08707036c42811715bdaaef1e4637ec82391f9e8 100644
--- a/indra/deps/CMakeLists.txt
+++ b/indra/deps/CMakeLists.txt
@@ -42,7 +42,7 @@ FetchContent_Declare(
 FetchContent_Declare(
   fmt
   GIT_REPOSITORY https://github.com/fmtlib/fmt.git
-  GIT_TAG        7.1.3
+  GIT_TAG        8.0.1
   )
 FetchContent_Declare(
   nlohmann_json