Skip to content

Commit

Permalink
chore: bump deadpool-redis to 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Aug 6, 2024
1 parent a8d77af commit 4f08499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actix-session/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tracing = { version = "0.1.30", default-features = false, features = ["log"] }

# redis-session
redis = { version = "0.26", default-features = false, features = ["tokio-comp", "connection-manager"], optional = true }
deadpool-redis = { version = "0.15", optional = true }
deadpool-redis = { version = "0.16", optional = true }

[dev-dependencies]
actix-session = { path = ".", features = ["cookie-session", "redis-session"] }
Expand Down

0 comments on commit 4f08499

Please sign in to comment.