Skip to content

Commit

Permalink
(#22442) drogon: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored Jan 19, 2024
1 parent fc1e00e commit 1f9eecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/drogon/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def validate(self):
raise ConanInvalidConfiguration(f"{self.ref} requires boost on C++14")

def requirements(self):
self.requires("trantor/1.5.15", transitive_headers=True, transitive_libs=True)
self.requires("trantor/1.5.16", transitive_headers=True, transitive_libs=True)
self.requires("jsoncpp/1.9.5", transitive_headers=True, transitive_libs=True)
self.requires("openssl/[>=1.1 <4]")
self.requires("zlib/[>=1.2.11 <2]")
Expand All @@ -127,7 +127,7 @@ def requirements(self):
if self.options.get_safe("with_mysql"):
self.requires("libmysqlclient/8.1.0")
if self.options.get_safe("with_sqlite"):
self.requires("sqlite3/3.44.2")
self.requires("sqlite3/3.45.0")
if self.options.get_safe("with_redis"):
self.requires("hiredis/1.2.0")
if self.options.get_safe("with_yaml_cpp", False):
Expand Down

0 comments on commit 1f9eecb

Please sign in to comment.