Skip to content

Commit

Permalink
chore: bump to redis 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacaria authored Dec 12, 2023
1 parent 38bf403 commit 7e7d186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobc-redis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["redis", "pool", "async", "await"]

[dependencies]
mobc = { version = "0.8", path = ".." }
redis = { version = "0.23.0" }
redis = { version = "0.24.0" }

[features]
default = ["mobc/tokio", "redis/tokio-comp"]
Expand Down

0 comments on commit 7e7d186

Please sign in to comment.