Skip to content

Commit 79c4be0

Browse files
authored
Merge pull request #146 from Tuntii/dependabot/cargo/redis-1.0.4
Bump redis from 0.24.0 to 1.0.4
2 parents 528b9f5 + 42b6237 commit 79c4be0

2 files changed

Lines changed: 8 additions & 49 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rustapi-jobs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ uuid = { workspace = true, features = ["v4", "serde"] }
2929
chrono = { version = "0.4", features = ["serde"] }
3030

3131
# Redis backend
32-
redis = { version = "0.24", features = ["tokio-comp"], optional = true }
32+
redis = { version = "0.27", features = ["tokio-comp"], optional = true }
3333

3434
# Postgres backend
3535
sqlx = { version = "0.8", features = ["postgres", "runtime-tokio", "tls-rustls", "chrono", "uuid"], optional = true }

0 commit comments

Comments
 (0)