Skip to content

Commit

Permalink
(#21899) libnghttp2: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut authored Dec 25, 2023
1 parent b2aa2e2 commit 6c7ceb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/libnghttp2/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ def requirements(self):
if self.options.with_app or self.options.get_safe("with_asio"):
self.requires("openssl/[>=1.1 <4]")
if self.options.with_app:
self.requires("c-ares/1.20.1")
self.requires("c-ares/1.22.0")
self.requires("libev/4.33")
self.requires("libevent/2.1.12")
self.requires("libxml2/2.11.5")
self.requires("libxml2/2.12.2")
self.requires("zlib/[>=1.2.11 <2]")
if self.options.with_jemalloc:
self.requires("jemalloc/5.3.0")
Expand Down

0 comments on commit 6c7ceb6

Please sign in to comment.