Skip to content

Commit

Permalink
update openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Aug 6, 2024
1 parent e04ecba commit b103d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def requirements(self):
self.requires("json-schema-validator/2.3.0")
self.requires("libmaxminddb/1.8.0")
self.requires("nlohmann_json/3.11.3")
self.requires("openssl/1.1.1w")
self.requires("openssl/3.2.2")
if self.settings.os != "Windows":
self.requires("libpcap/1.10.4", force=True)
self.requires("opentelemetry-proto/1.0.0")
Expand Down

0 comments on commit b103d37

Please sign in to comment.