From 95d72a2f23d731776eec03dfc9e07755db52378c Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 16 Nov 2023 13:45:01 +0000 Subject: [PATCH] Update the Windows dependencies. --- win/conanfile.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/win/conanfile.txt b/win/conanfile.txt index 54ee8bddd..b0548db44 100644 --- a/win/conanfile.txt +++ b/win/conanfile.txt @@ -6,15 +6,15 @@ [requires] argon2/20190702 -## libmaxminddb/1.7.1 +## libmaxminddb/1.8.0 libmysqlclient/8.1.0 libpq/15.4 -## mbedtls/3.2.1 -## openssl/3.1.2 +## mbedtls/3.2.1 # unable to upgrade until mbedTLS issue #7087 is fixed +## openssl/3.1.4 pcre/8.45 pcre2/10.42 -re2/20230901 -sqlite3/3.43.0 +re2/20231101 +sqlite3/3.44.0 [options] argon2:shared=True