Skip to content

Commit

Permalink
chore(poem): bump redis to 0.27 (#882)
Browse files Browse the repository at this point in the history
Co-authored-by: hzlinyiyu <[email protected]>
  • Loading branch information
attila-lin and hzlinyiyu-netease authored Sep 12, 2024
1 parent 2b33fb7 commit d36f88c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/poem/redis-session/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish.workspace = true
poem = { workspace = true, features = ["redis-session"] }
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
tracing-subscriber.workspace = true
redis = { version = "0.26.0", features = [
redis = { version = "0.27", features = [
"aio",
"tokio-comp",
"connection-manager",
Expand Down
2 changes: 1 addition & 1 deletion poem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ chrono = { workspace = true, optional = true, default-features = false, features
time = { version = "0.3", optional = true }
mime_guess = { version = "2.0.3", optional = true }
rand = { version = "0.8.4", optional = true }
redis = { version = "0.26.0", optional = true, features = [
redis = { version = "0.27", optional = true, features = [
"aio",
"tokio-comp",
"connection-manager",
Expand Down

0 comments on commit d36f88c

Please sign in to comment.