Skip to content

Commit 7f0b213

Browse files
committed
redis: upgrade redis to 0.32
1 parent f796a5d commit 7f0b213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/djc/bb8"
99

1010
[dependencies]
1111
bb8 = { version = "0.9", path = "../bb8" }
12-
redis = { version = "0.31", default-features = false, features = ["tokio-comp"] }
12+
redis = { version = "0.32", default-features = false, features = ["tokio-comp"] }
1313

1414
[dev-dependencies]
1515
futures-util = "0.3.15"

0 commit comments

Comments
 (0)