fix: Upgrade Cassandra driver (#1646)

Fixes #1296
This commit is contained in:
Peter Chen
2024-09-16 07:28:33 -04:00
committed by GitHub
parent 0ede0ed351
commit 7a9a1656f9
2 changed files with 2 additions and 2 deletions

View File

@@ -168,7 +168,7 @@ Sometimes, during development, you need to build against a custom version of `li
# ... (excerpt from conanfile.py)
requires = [
'boost/1.82.0',
'cassandra-cpp-driver/2.17.0',
'cassandra-cpp-driver/2.17.1',
'fmt/10.1.1',
'protobuf/3.21.9',
'grpc/1.50.1',