Skip to content

Commit 4b88ea4

Browse files
MokerWillnihohit
authored andcommittedSep 14, 2024
update connection manager, r2d2 dependency
1 parent d3181b8 commit 4b88ea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎redis/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ socket2 = { version = "0.5", default-features = false, optional = true }
4646

4747
# Only needed for the connection manager
4848
arc-swap = { version = "1.7.1" }
49-
futures = { version = "0.3.3", optional = true }
49+
futures = { version = "0.3.30", optional = true }
5050
tokio-retry = { version = "0.3.0", optional = true }
5151

5252
# Only needed for the r2d2 feature
53-
r2d2 = { version = "0.8.8", optional = true }
53+
r2d2 = { version = "0.8.10", optional = true }
5454

5555
# Only needed for cluster
5656
crc16 = { version = "0.4", optional = true }

0 commit comments

Comments
 (0)