Skip to content

Commit

Permalink
build(deps): update deadpool-redis requirement from 0.16 to 0.17
Browse files Browse the repository at this point in the history
Updates the requirements on [deadpool-redis](https://github.com/bikeshedder/deadpool) to permit the latest version.
- [Changelog](https://github.com/bikeshedder/deadpool/blob/master/CHANGELOG.md)
- [Commits](bikeshedder/deadpool@deadpool-redis-v0.16.0...deadpool-redis-v0.17.0)

---
updated-dependencies:
- dependency-name: deadpool-redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 16, 2024
1 parent dd20ebb commit 74face0
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.16", optional = true }
deadpool-redis = { version = "0.17", optional = true }

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

0 comments on commit 74face0

Please sign in to comment.