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.lock | |
| 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.lock')
| -rw-r--r-- | Cargo.lock | 29 |
1 files changed, 7 insertions, 22 deletions
@@ -1420,21 +1420,6 @@ dependencies = [ [[package]] name = "redis" -version = "0.23.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f49cdc0bb3f412bf8e7d1bd90fe1d9eb10bc5c399ba90973c14662a27b3f8ba" -dependencies = [ - "combine", - "itoa", - "percent-encoding", - "ryu", - "sha1_smol", - "socket2 0.4.10", - "url", -] - -[[package]] -name = "redis" version = "0.25.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6472825949c09872e8f2c50bde59fcefc17748b6be5c90fd67cd8b4daca73bfd" @@ -1461,11 +1446,11 @@ dependencies = [ [[package]] name = "redis-macros" -version = "0.2.1" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60eb39e2b44d4c0f9c84e7c5fc4fc3adc8dd26ec48f1ac3a160033f7c03b18fd" +checksum = "d8b5407866b6626d251b18c878f043d37f43124680f26a806595a61714ab049a" dependencies = [ - "redis 0.23.3", + "redis", "redis-macros-derive", "serde", "serde_json", @@ -1473,13 +1458,13 @@ dependencies = [ [[package]] name = "redis-macros-derive" -version = "0.2.1" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39550b9e94ce430a349c5490ca4efcae90ab8189603320f88c1d69f0326f169e" +checksum = "8dfe1dc77e38e260bbd53e98d3aec64add3cdf5d773e38d344c63660196117f5" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.48", ] [[package]] @@ -2063,7 +2048,7 @@ dependencies = [ "log", "poise", "rand 0.8.5", - "redis 0.25.3", + "redis", "redis-macros", "reqwest 0.12.2", "serde", |
