Skip to content

Commit 4ef908f

Browse files
Bump redis from 0.31.0 to 0.32.6
Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.31.0 to 0.32.6. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](redis-rs/redis-rs@redis-0.31.0...redis-0.32.6) --- updated-dependencies: - dependency-name: redis dependency-version: 0.32.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ac2762c commit 4ef908f

2 files changed

Lines changed: 40 additions & 19 deletions

File tree

Cargo.lock

Lines changed: 39 additions & 18 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
@@ -22,7 +22,7 @@ rust-version = "1.85.0"
2222
metrics = { path = "metrics" }
2323
prost = "0.13"
2424
prost-types = { version = "0.13" }
25-
redis = { version = "0.31", features = ["json", "aio", "tokio-comp", "async-std-comp", "connection-manager"], optional = true }
25+
redis = { version = "0.32", features = ["json", "aio", "tokio-comp", "async-std-comp", "connection-manager"], optional = true }
2626
tokio = { version = "1.41", features = ["full", "test-util"] }
2727
tonic = "0.13"
2828
tonic-health = "0.13"

0 commit comments

Comments
 (0)