Skip to content

Commit 42b6237

Browse files
Bump redis from 0.24.0 to 1.0.4
Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.24.0 to 1.0.4. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](redis-rs/redis-rs@redis-0.24.0...redis-1.0.4) --- updated-dependencies: - dependency-name: redis dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f90345c commit 42b6237

2 files changed

Lines changed: 15 additions & 56 deletions

File tree

Cargo.lock

Lines changed: 14 additions & 55 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)