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

@@ -30,7 +30,7 @@
#include <boost/json/parse.hpp>
#include <boost/json/value.hpp>
#include <fmt/core.h>
#include <fmt/format.h>
#include <gtest/gtest.h>
#include <chrono>