Update dependencies (#4595)

Use the most recent versions in ConanCenter.

* Due to a bug in Clang 16, you may get a compile error:
  "call to 'async_teardown' is ambiguous"
  * A compiler flag workaround is documented in `BUILD.md`.
* At this time, building this with gcc 13 may require editing some files
  in `.conan/data`
  * A patch to support gcc13 may be added in a later PR.

---------

Co-authored-by: Scott Schurr <scott@ripple.com>
This commit is contained in:
John Freeman
2026-02-19 16:07:31 +09:00
committed by tequ
parent b2b126b51a
commit 2ab5d729cc
8 changed files with 28 additions and 12 deletions

View File

@@ -30,8 +30,6 @@ namespace Json {
// Implementation of class Reader
// ////////////////////////////////
constexpr unsigned Reader::nest_limit;
static std::string
codePointToUTF8(unsigned int cp)
{