Skip to content

Commit

Permalink
Bump libcurl
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd authored Nov 18, 2023
1 parent 0e23f80 commit 2ec02ba
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.2"
version = "10.0.3"
homepage = "https://github.com/eBay/IOManager"
description = "Asynchronous event manager"
topics = ("ebay", "nublox", "aio")
Expand Down Expand Up @@ -67,7 +67,7 @@ def requirements(self):
self.requires("pistache/0.0.5")
self.requires("zmarok-semver/1.1.0")
self.requires("openssl/3.1.3", override=True)
self.requires("libcurl/8.2.1", override=True)
self.requires("libcurl/8.4.0", override=True)

def build(self):
cmake = CMake(self)
Expand Down

0 comments on commit 2ec02ba

Please sign in to comment.