Skip to content

Commit

Permalink
Bump Redis version
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-pro committed Jan 21, 2024
1 parent f0aa0d3 commit b5fd7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ actix-web = { version = "4", default-features = false, features = ["macros"] }
dashmap = { version = "5.4.0", optional = true }
futures = "0.3.28"
log = "0.4.19"
redis = { version = "0.23.0", default-features = false, features = ["tokio-comp", "aio", "connection-manager"], optional = true }
redis = { version = "0.24.0", default-features = false, features = ["tokio-comp", "aio", "connection-manager"], optional = true }
thiserror = "1.0.40"

[features]
Expand Down

0 comments on commit b5fd7c9

Please sign in to comment.