From c225662d4c5c8335ad3c02eb1baf344a6d71c3f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 12:20:27 +0000 Subject: [PATCH] Update bb8-redis requirement from 0.14.0 to 0.15.0 --- updated-dependencies: - dependency-name: bb8-redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"