mirror of
https://github.com/actix/examples
synced 2025-06-26 09:17:41 +02:00
Bump redis from 0.23.3 to 0.24.0
Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.23.3 to 0.24.0. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.23.3...redis-0.24.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@ -8,5 +8,5 @@ actix-web.workspace = true
|
||||
|
||||
env_logger.workspace = true
|
||||
log.workspace = true
|
||||
redis = { version = "0.23", default-features = false, features = ["tokio-comp", "connection-manager"] }
|
||||
redis = { version = "0.24", default-features = false, features = ["tokio-comp", "connection-manager"] }
|
||||
serde.workspace = true
|
||||
|
Reference in New Issue
Block a user