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

@@ -28,7 +28,7 @@
#include <boost/asio/spawn.hpp>
#include <boost/json/object.hpp>
#include <boost/json/serialize.hpp>
#include <fmt/core.h>
#include <fmt/format.h>
#include <gmock/gmock.h>
#include <gtest/gtest.h>