Skip to content

Commit 35b801c

Browse files
authored
Merge pull request #8 from emo-crab/dependabot/cargo/redis-1.0.2
Update redis requirement from 0.32.7 to 1.0.2
2 parents eacfba3 + 2f0902f commit 35b801c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asynq/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ path = "src/lib.rs"
1717

1818
[dependencies]
1919
# Redis 连接池和客户端
20-
redis = { version = "0.32.7", features = ["tokio-comp", "aio", "connection-manager", "streams"] }
20+
redis = { version = "1.0.2", features = ["tokio-comp", "aio", "connection-manager", "streams"] }
2121
#
2222
asynq-macros = { version = "0.1.0", optional = true }
2323
# 序列化和反序列化

0 commit comments

Comments
 (0)