Skip to content

Commit dd05c44

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

2 files changed

Lines changed: 24 additions & 41 deletions

File tree

Cargo.lock

Lines changed: 23 additions & 40 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 = "1.0", 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)