diff options
| author | 2023-02-28 16:55:26 +0000 | |
|---|---|---|
| committer | 2023-02-28 16:55:26 +0000 | |
| commit | 3eb572691f2ef0f367a3a63b2fd8b64fd6466bf7 (patch) | |
| tree | 994b51dcde40e6d28dd989b7222b9e46fbe8422a | |
| parent | Remove GetSID, rename sid to ServerId. (diff) | |
| parent | Update the Windows dependencies. (diff) | |
Merge branch 'insp3' into master.
| -rw-r--r-- | win/conanfile.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/win/conanfile.txt b/win/conanfile.txt index dd6a60ae7..617e1aa70 100644 --- a/win/conanfile.txt +++ b/win/conanfile.txt @@ -1,4 +1,4 @@ -# Last updated: 2022-12-25 +# Last updated: 2022-02-28 # # Modules we can't legally ship: geo_maxmind, ssl_mbedtls, ssl_openssl # Modules which don't apply to Windows: sslrehashsignal @@ -7,15 +7,15 @@ [requires] argon2/20190702 ## libmaxminddb/1.7.1 -libmysqlclient/8.0.30 +libmysqlclient/8.0.31 libpq/14.5 libpsl/0.21.1 ## mbedtls/3.2.1 -## openssl/1.1.1s # unable to upgrade to v3 yet because of dependency issues +## openssl/1.1.1t # unable to upgrade to v3 yet because of dependency issues pcre2/10.42 rapidjson/cci.20220822 -re2/20221201 -sqlite3/3.40.0 +re2/20230201 +sqlite3/3.40.1 [options] argon2:shared=True |
