chore: Update fmt to 11.2.0 (#2281)

Seems that new clang-tidy fails with our old fmt lib
This commit is contained in:
Ayaz Salikhov
2025-07-02 14:11:35 +01:00
committed by GitHub
parent 5cdd8a642f
commit 57dda8ac50
113 changed files with 111 additions and 113 deletions

View File

@@ -24,8 +24,8 @@
#include "util/config/Types.hpp"
#include "util/log/Logger.hpp"
#include <fmt/core.h>
#include <fmt/format.h>
#include <fmt/ranges.h>
#include <algorithm>
#include <array>