Skip to content

Commit 827a862

Browse files
chore(deps): bump redis from 0.25.4 to 0.27.6
Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.25.4 to 0.27.6. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](redis-rs/redis-rs@redis-0.25.4...redis-0.27.6) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a93553 commit 827a862

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ license.workspace = true
99
[dev-dependencies]
1010
anyhow = "1"
1111
curl = { version = "0.4", features = ["static-curl"] }
12-
redis = { version = "0.25", features = ["tokio-comp"] }
12+
redis = { version = "0.27", features = ["tokio-comp"] }
1313
rumqttc = "0.24.0"
1414
tokio = { version = "1", features = ["rt", "macros", "process"] }

0 commit comments

Comments
 (0)