Skip to content

Commit

Permalink
restinio: bump 3p to boost/1.85.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gegles committed May 21, 2024
1 parent b4b8a8d commit 0e38428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/restinio/v0.7/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def requirements(self):
if self.options.asio == "standalone":
self.requires("asio/1.29.0")
else:
self.requires("boost/1.84.0")
self.requires("boost/1.85.0")

if self.options.with_openssl:
self.requires("openssl/[>=1.1 <4]")
Expand Down

0 comments on commit 0e38428

Please sign in to comment.