diff --git a/Cargo.toml b/Cargo.toml index ca3128d..f66c2b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ pyo3 = { version = "0.20.0", features = ["extension-module"] } pyo3-asyncio = { version = "0.20.0", features = ["tokio-runtime"] } tokio = "1.32.0" bb8 = "0.8.1" -bb8-redis = "0.14.0" +bb8-redis = "0.15.0" openssl = { version = "0.10.57", optional = true } serde = "1.0.192" serde_json = "1.0.108"