update conan to 1.86

This commit is contained in:
Denis Angell
2025-03-21 15:09:59 +01:00
parent 5ef3795cea
commit 0726789d77
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ class Xrpl(ConanFile):
} }
requires = [ requires = [
'boost/1.83.0', 'boost/1.86.0',
'date/3.0.1', 'date/3.0.1',
'libarchive/3.6.0', 'libarchive/3.6.0',
'lz4/1.9.3', 'lz4/1.9.3',

View File

@@ -677,7 +677,7 @@ class ServerStatus_test : public beast::unit_test::suite,
std::string(resp["Upgrade"]) == "websocket"); std::string(resp["Upgrade"]) == "websocket");
BEAST_EXPECT( BEAST_EXPECT(
resp.find("Connection") != resp.end() && resp.find("Connection") != resp.end() &&
std::string(resp["Connection"]) == "upgrade"); std::string(resp["Connection"]) == "Upgrade");
} }
void void