Skip to content

Commit

Permalink
Update Redis to 0.27.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Sep 19, 2024
1 parent fb63bee commit 96584f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sentinel = ["redis/sentinel", "tokio/sync"]
deadpool = { path = "../", version = "0.12.0", default-features = false, features = [
"managed",
] }
redis = { version = "0.26", default-features = false, features = ["aio"] }
redis = { version = "0.27", default-features = false, features = ["aio"] }
serde = { package = "serde", version = "1.0", features = [
"derive",
], optional = true }
Expand All @@ -39,7 +39,7 @@ tokio = { version = "1.0", default-features = false, optional = true }
config = { version = "0.14", features = ["json"] }
dotenvy = "0.15.0"
futures = "0.3.15"
redis = { version = "0.26", default-features = false, features = [
redis = { version = "0.27", default-features = false, features = [
"tokio-comp",
] }
tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "sync"] }

0 comments on commit 96584f6

Please sign in to comment.