Skip to content

Commit 2929afe

Browse files
dependabot[bot]djc
authored andcommitted
Update redis requirement from 0.27 to 0.28
Updates the requirements on [redis](https://github.com/redis-rs/redis-rs) to permit the latest version. - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](redis-rs/redis-rs@redis-0.27.0...redis-0.28.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1e51f51 commit 2929afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/djc/bb8"
99

1010
[dependencies]
1111
bb8 = { version = "0.9", path = "../bb8" }
12-
redis = { version = "0.27", default-features = false, features = ["tokio-comp"] }
12+
redis = { version = "0.28", default-features = false, features = ["tokio-comp"] }
1313

1414
[dev-dependencies]
1515
futures-util = "0.3.15"

0 commit comments

Comments
 (0)