From 364dd46538f94e021381f72ed3355517571c5287 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 03:53:10 +0000 Subject: crates: bump redis-macros from 0.2.1 to 0.3.0 (#169) deps(crates): bump redis-macros from 0.2.1 to 0.3.0 Bumps [redis-macros](https://github.com/daniel7grant/redis-macros) from 0.2.1 to 0.3.0. - [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.2.1...v0.3.0) --- updated-dependencies: - dependency-name: redis-macros dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1671b0a..1f19324 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ log = "0.4.21" poise = "0.6.1" rand = "0.8.5" redis = { version = "0.25.3", features = ["tokio-comp", "tokio-rustls-comp"] } -redis-macros = "0.2.1" +redis-macros = "0.3.0" reqwest = { version = "0.12.2", default-features = false, features = [ "rustls-tls", "json", -- cgit v1.2.3