Skip to content

Commit

Permalink
docs: update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Oct 11, 2024
1 parent 7e357b1 commit d80475a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actix-limitation/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased

- Update `redis` dependency to `0.26`.
- Update `redis` dependency to `0.27`.
- Update `actix-session` dependency to `0.9`.

## 0.5.1
Expand Down
2 changes: 2 additions & 0 deletions actix-session/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- Update `redis` dependency to `0.27`.

## 0.10.1

- Expose `storage::generate_session_key()` without needing to enable a crate feature.
Expand Down
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.27", default-features = false, features = ["tokio-comp", "connection-manager"], optional = true }
deadpool-redis = { version = "0.16", optional = true }
deadpool-redis = { version = "0.18", optional = true }

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

0 comments on commit d80475a

Please sign in to comment.