From 8f0d71625b060649b27cb071a8ec581641539e17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 07:37:03 +0000 Subject: [PATCH] chore(cargo): update redis-macros requirement from 0.4.2 to 0.5.0 Updates the requirements on [redis-macros](https://github.com/daniel7grant/redis-macros) to permit the latest version. - [Release notes](https://github.com/daniel7grant/redis-macros/releases) - [Changelog](https://github.com/daniel7grant/redis-macros/blob/master/Changelog.md) - [Commits](https://github.com/daniel7grant/redis-macros/compare/v0.4.2...v0.5.0) --- updated-dependencies: - dependency-name: redis-macros dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3447241..2c32952 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ rand = "0.8" reqwest_cookie_store = "0.8" typed-builder = "0.20" fang = { version = "0.10.3", features = ["asynk"], default-features = false } -redis-macros = { version = "0.4.2", optional = true } +redis-macros = { version = "0.5.0", optional = true } redis = { version = "0.27.5", optional = true, features = [ "tokio-comp", "aio",