From 8a4e31b7e4945becdd51756d5c8deedb17c8278a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:48:12 +0000 Subject: [PATCH] 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](https://github.com/redis-rs/redis-rs/compare/redis-0.26.1...redis-0.27.6) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/using_redis-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using_redis-rs/Cargo.toml b/examples/using_redis-rs/Cargo.toml index 570a630..852baac 100644 --- a/examples/using_redis-rs/Cargo.toml +++ b/examples/using_redis-rs/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -redis = "=0.26.1" \ No newline at end of file +redis = "=0.27.6" \ No newline at end of file