Skip to content

Commit

Permalink
fix(deps): update rust crate redis to 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent 611e644 commit 72db249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ paste = "1.0.14"
serde = "1"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
apalis = { path = ".", features = ["redis", "sqlite", "postgres", "mysql"] }
redis = { version = "0.25.3", default-features = false, features = [
redis = { version = "0.27.0", default-features = false, features = [
"script",
"aio",
"connection-manager",
Expand Down
2 changes: 1 addition & 1 deletion packages/apalis-redis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apalis-core = { path = "../../packages/apalis-core", version = "0.5.5", default-
"sleep",
"json",
] }
redis = { version = "0.25.3", default-features = false, features = [
redis = { version = "0.27.0", default-features = false, features = [
"script",
"aio",
"connection-manager",
Expand Down

0 comments on commit 72db249

Please sign in to comment.