Bump redis from 0.21.7 to 0.32.5 #2213

Closed
dependabot[bot] wants to merge 1 commit from refs/pull/2213/head into main
dependabot[bot] commented 2025-09-08 02:44:57 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #1630
Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/1630
Original created: 2025-09-08T02:44:57Z
Original updated: 2025-09-29T03:04:15Z
Original head: carverauto/serviceradar:dependabot/cargo/redis-0.32.5
Original base: main

Bumps redis from 0.21.7 to 0.32.5.

Release notes

Sourced from redis's releases.

redis-0.32.4

What's Changed

Changes & Bug fixes

New Contributors

Full Changelog: https://github.com/redis-rs/redis-rs/compare/redis-0.32.3...redis-0.32.4

redis-0.32.3

0.32.3 (2025-06-30)

Changes & Bug fixes

Documentation & CI improvements

New Contributors

Full Changelog: https://github.com/redis-rs/redis-rs/compare/redis-0.32.2...redis-0.32.3

redis-0.32.2

Changes & Bug fixes

redis-0.32.1

What's Changed

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Imported from GitHub pull request. Original GitHub pull request: #1630 Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/1630 Original created: 2025-09-08T02:44:57Z Original updated: 2025-09-29T03:04:15Z Original head: carverauto/serviceradar:dependabot/cargo/redis-0.32.5 Original base: main --- Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.21.7 to 0.32.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/redis-rs/redis-rs/releases">redis's releases</a>.</em></p> <blockquote> <h2>redis-0.32.4</h2> <h2>What's Changed</h2> <h4>Changes &amp; Bug fixes</h4> <ul> <li>Fix BITOP cluster routing. (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1709">#1709</a> by <a href="https://github.com/nihohit"><code>@​nihohit</code></a>)</li> <li>Fix some command links (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1708">#1708</a> by <a href="https://github.com/nihohit"><code>@​nihohit</code></a>)</li> <li>Update to socket2 v0.6 (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1712">#1712</a> by <a href="https://github.com/Thomasdezeeuw"><code>@​Thomasdezeeuw</code></a>)</li> <li>Add new operators to the BITOP command (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1710">#1710</a> by <a href="https://github.com/StefanPalashev"><code>@​StefanPalashev</code></a>)</li> <li>Fix flaky test. (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1716">#1716</a> by <a href="https://github.com/nihohit"><code>@​nihohit</code></a>)</li> <li>Clarify sentinel docs about separate authentication for sentinel nodes. (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1715">#1715</a> by <a href="https://github.com/nihohit"><code>@​nihohit</code></a>)</li> <li>add method hget_multiple to explicitly call HMGET (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1721">#1721</a> by <a href="https://github.com/bentheiii"><code>@​bentheiii</code></a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Thomasdezeeuw"><code>@​Thomasdezeeuw</code></a> made their first contribution in <a href="https://redirect.github.com/redis-rs/redis-rs/pull/1712">redis-rs/redis-rs#1712</a></li> <li><a href="https://github.com/bentheiii"><code>@​bentheiii</code></a> made their first contribution in <a href="https://redirect.github.com/redis-rs/redis-rs/pull/1721">redis-rs/redis-rs#1721</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/redis-rs/redis-rs/compare/redis-0.32.3...redis-0.32.4">https://github.com/redis-rs/redis-rs/compare/redis-0.32.3...redis-0.32.4</a></p> <h2>redis-0.32.3</h2> <h3>0.32.3 (2025-06-30)</h3> <h4>Changes &amp; Bug fixes</h4> <ul> <li>Replace assert with comment. (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1692">#1692</a> by <a href="https://github.com/nihohit"><code>@​nihohit</code></a>)</li> <li>Ensure Sentinel#master_for propagates connection errors (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1697">#1697</a> by <a href="https://github.com/bittrance"><code>@​bittrance</code></a>)</li> <li>Add support for vector set commands (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1673">#1673</a> by <a href="https://github.com/StefanPalashev"><code>@​StefanPalashev</code></a>)</li> <li>Implement conversions between ValueType and String and use it in its FromRedisValue implementation (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1695">#1695</a> by <a href="https://github.com/skyleo"><code>@​skyleo</code></a>)</li> <li>Propagate connection error when failing to connect to clustered redis (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1694">#1694</a> by <a href="https://github.com/Nathan-Fenner"><code>@​Nathan-Fenner</code></a>)</li> </ul> <h4>Documentation &amp; CI improvements</h4> <ul> <li>Run all examples as part of CI. (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1690">redis-rs/redis-rs#1690</a> by <a href="https://github.com/nihohit"><code>@​nihohit</code></a>)</li> <li>Test examples on all redis instances. (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1691">redis-rs/redis-rs#1691</a> by <a href="https://github.com/nihohit"><code>@​nihohit</code></a>)</li> <li>Fix new lints (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1696">redis-rs/redis-rs#1696</a> by <a href="https://github.com/nihohit"><code>@​nihohit</code></a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bittrance"><code>@​bittrance</code></a> made their first contribution in <a href="https://redirect.github.com/redis-rs/redis-rs/pull/1697">redis-rs/redis-rs#1697</a></li> <li><a href="https://github.com/skyleo"><code>@​skyleo</code></a> made their first contribution in <a href="https://redirect.github.com/redis-rs/redis-rs/pull/1695">redis-rs/redis-rs#1695</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/redis-rs/redis-rs/compare/redis-0.32.2...redis-0.32.3">https://github.com/redis-rs/redis-rs/compare/redis-0.32.2...redis-0.32.3</a></p> <h2>redis-0.32.2</h2> <h4>Changes &amp; Bug fixes</h4> <ul> <li>Fix connection leak when connection_manager is dropped. (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1681">#1681</a> by <a href="https://github.com/magec"><code>@​magec</code></a>)</li> <li>Fix typed commands for submodules. (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1684">#1684</a> by <a href="https://github.com/nihohit"><code>@​nihohit</code></a>)</li> </ul> <h2>redis-0.32.1</h2> <h2>What's Changed</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/redis-rs/redis-rs/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=redis&package-manager=cargo&previous-version=0.21.7&new-version=0.32.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
dependabot[bot] commented 2025-09-29 03:04:13 +00:00 (Migrated from github.com)
Author
Owner

Imported GitHub PR comment.

Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/1630#issuecomment-3344689567
Original created: 2025-09-29T03:04:13Z

Superseded by #1669.

Imported GitHub PR comment. Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/1630#issuecomment-3344689567 Original created: 2025-09-29T03:04:13Z --- Superseded by #1669.

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar!2213
No description provided.