Skip to content

Commit

Permalink
(conan-io#11673) amqp-cpp - bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jgsogo authored and AndreyMlashkin committed Jul 29, 2022
1 parent d63e65f commit 0b37c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/amqp-cpp/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def configure(self):

def requirements(self):
if self.options.get_safe("linux_tcp_module"):
self.requires("openssl/1.1.1m")
self.requires("openssl/1.1.1q")

def source(self):
tools.get(**self.conan_data["sources"][self.version],
Expand Down

0 comments on commit 0b37c8a

Please sign in to comment.