Skip to content

Commit

Permalink
(#20216) Bump cpprestsdk's zlib requirement to [>=1.2.11 <2] range
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrilRBS authored Oct 2, 2023
1 parent a2690ec commit 3706291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/cpprestsdk/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def requirements(self):
self.requires("boost/1.83.0")
self.requires("openssl/[>=1.1 <4]")
if self.options.with_compression:
self.requires("zlib/1.2.13")
self.requires("zlib/[>=1.2.11 <2]")
if self.options.with_websockets:
self.requires("websocketpp/0.8.2")

Expand Down

0 comments on commit 3706291

Please sign in to comment.