Skip to content

Commit 8a4e31b

Browse files
chore(deps): update redis requirement in /examples/using_redis-rs
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.26.1...redis-0.27.6) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de9a368 commit 8a4e31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/using_redis-rs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
redis = "=0.26.1"
9+
redis = "=0.27.6"

0 commit comments

Comments
 (0)