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

@@ -39,7 +39,7 @@
#include <boost/beast/websocket/rfc6455.hpp>
#include <boost/beast/websocket/stream.hpp>
#include <boost/beast/websocket/stream_base.hpp>
#include <fmt/core.h>
#include <fmt/format.h>
#include <chrono>
#include <optional>