Skip to content

Commit

Permalink
Merge pull request #57 from JacksonYao287/upgrade-openssl
Browse files Browse the repository at this point in the history
bump openssl to 3.1.3
  • Loading branch information
JacksonYao287 authored Oct 25, 2023
2 parents 7e8d2cf + 3325ec6 commit e36767f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class IOMgrConan(ConanFile):
name = "iomgr"
version = "10.0.1"
version = "10.0.2"
homepage = "https://github.com/eBay/IOManager"
description = "Asynchronous event manager"
topics = ("ebay", "nublox", "aio")
Expand Down Expand Up @@ -66,7 +66,7 @@ def requirements(self):
self.requires("spdk/21.07.y")
self.requires("pistache/0.0.5")
self.requires("zmarok-semver/1.1.0")
self.requires("openssl/3.1.1", override=True)
self.requires("openssl/3.1.3", override=True)
self.requires("libcurl/8.2.1", override=True)

def build(self):
Expand Down

0 comments on commit e36767f

Please sign in to comment.