Update dependency sqlite3 to v3.47.1

This commit is contained in:
renovate[bot] 2024-11-30 17:35:35 +00:00 committed by GitHub
parent 40b3ecce16
commit 7b99dffb3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ class SupercellWxConan(ConanFile):
"openssl/3.3.2",
"re2/20240702",
"spdlog/1.14.1",
"sqlite3/3.46.1",
"sqlite3/3.47.1",
"vulkan-loader/1.3.243.0",
"zlib/1.3.1")
generators = ("CMakeDeps")