examples: Update to redis 0.32 (#3471)

This commit is contained in:
tottoto
2025-09-13 09:06:00 +02:00
committed by GitHub
parent 038f0966a8
commit 83d19e7b4f
3 changed files with 35 additions and 51 deletions
+1 -3
View File
@@ -6,9 +6,7 @@ publish = false
[dependencies]
axum = { path = "../../axum" }
bb8 = "0.8.5"
bb8-redis = "0.17.0"
redis = "0.27.2"
bb8-redis = "0.24"
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }