Skip to content

Commit 8a00017

Browse files
Bump redis from 0.25.4 to 0.32.5
Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.25.4 to 0.32.5. - [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: 0.32.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f003b82 commit 8a00017

2 files changed

Lines changed: 35 additions & 5 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ axum = { version = "0.6.18", features = ["headers", "http1", "json", "tokio", "q
1414
log = { version = "0.4", optional = true }
1515
env_logger = { version = "0.10.2", optional = true }
1616
clap = { version = "4.5.2", features = ["color", "derive", "help", "usage", "std", "env"] }
17-
redis = { version = "0.25.4", features = [ "ahash", "aio", "tokio-comp" ] }
17+
redis = { version = "0.32.5", features = [ "ahash", "aio", "tokio-comp" ] }
1818

1919
[features]
2020
default = ["logging"]

0 commit comments

Comments
 (0)