diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-20 03:53:10 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-20 03:53:10 +0000 |
| commit | 364dd46538f94e021381f72ed3355517571c5287 (patch) | |
| tree | b1c983e9b663380016879ee45f1cdc8a434ce7fe /Cargo.toml | |
| parent | f51df3dfb4e4b6d1786a89e43b46f60570ec0569 (diff) | |
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
