From 8b6ba9ae43bed3cb1f2689e7a00edc159c5d3c98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 16:56:30 +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.24.0...redis-0.25.3) --- 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 5d11312..4371851 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.24.0" \ No newline at end of file +redis = "=0.25.3" \ No newline at end of file