Bump redis from 0.21.7 to 0.32.6 #2249

Closed
dependabot[bot] wants to merge 1 commit from refs/pull/2249/head into main
dependabot[bot] commented 2025-09-29 03:04:11 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #1669
Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/1669
Original created: 2025-09-29T03:04:11Z
Original updated: 2025-10-06T02:49:57Z
Original head: carverauto/serviceradar:dependabot/cargo/redis-0.32.6
Original base: main

Bumps redis from 0.21.7 to 0.32.6.

Release notes

Sourced from redis's releases.

redis-0.32.6

0.32.6 (2025-09-26)

Changes

redis-0.32.5

What's Changed

Changes & Bug fixes

Documentation & CI improvements

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

... (truncated)

Commits
  • 59f8401 Prepare version 0.32.6 (#1795)
  • 4288439 docs: fix hexpire_at measurement unit (#1793)
  • 65a6715 Bump rand from 0.9.1 to 0.9.2
  • 2b891b4 Bump hashbrown from 0.15.4 to 0.16.0
  • 32552fd Bump backon from 1.5.1 to 1.5.2
  • d5e6e38 Bump serde_json from 1.0.142 to 1.0.143
  • fb040ff Bump percent-encoding from 2.3.1 to 2.3.2
  • 44b595b Bump async-std from 1.13.1 to 1.13.2
  • 4fc376b Bump anyhow from 1.0.98 to 1.0.99
  • 7fd00b7 Remove unnecessary dependecy. (#1760)
  • Additional commits viewable in compare view

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: #1669 Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/1669 Original created: 2025-09-29T03:04:11Z Original updated: 2025-10-06T02:49:57Z Original head: carverauto/serviceradar:dependabot/cargo/redis-0.32.6 Original base: main --- Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.21.7 to 0.32.6. <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.6</h2> <h3>0.32.6 (2025-09-26)</h3> <h4>Changes</h4> <ul> <li>Remove unnecessary dependency by <a href="https://github.com/nihohit"><code>@​nihohit</code></a> in (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1760">#1760</a> by <a href="https://github.com/nihohit"><code>@​nihohit</code></a>)</li> <li>docs: fix <code>hexpire_at</code> command measurement unit by (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1793">#1793</a> by <a href="https://github.com/chrxn1c"><code>@​chrxn1c</code></a>)</li> </ul> <h2>redis-0.32.5</h2> <h2>What's Changed</h2> <h3>Changes &amp; Bug fixes</h3> <ul> <li>Added async_get_all_replicas &amp; get_all_replicas methods (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1728">redis-rs/redis-rs#1728</a> by <a href="https://github.com/siddharthteli12"><code>@​siddharthteli12</code></a>)</li> <li>Support Redis 8.2 stream command extensions and new deletion commands (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1743">redis-rs/redis-rs#1743</a> by <a href="https://github.com/StefanPalashev"><code>@​StefanPalashev</code></a>)</li> <li>Make Script's load_cmd public (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1731">redis-rs/redis-rs#1731</a> by <a href="https://github.com/somechris"><code>@​somechris</code></a>)</li> <li>Clarify difference between RESP2 and RESP3 pubsub. (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1750">redis-rs/redis-rs#1750</a> by <a href="https://github.com/nihohit"><code>@​nihohit</code></a>)</li> </ul> <h3>Documentation &amp; CI improvements</h3> <ul> <li>Add Cmd tests. (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1751">redis-rs/redis-rs#1751</a> by <a href="https://github.com/nihohit"><code>@​nihohit</code></a>)</li> <li>test: Fix clippy warnings about ref instead of clone in stream tests (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1748">redis-rs/redis-rs#1748</a> by <a href="https://github.com/somechris"><code>@​somechris</code></a>)</li> <li>docs: Fix usage of command/script of ScriptInvocation::eval_cmd (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1749">redis-rs/redis-rs#1749</a> by <a href="https://github.com/somechris"><code>@​somechris</code></a>)</li> <li>Remove usage of criterion's blackbox in benches. (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1745">redis-rs/redis-rs#1745</a> by <a href="https://github.com/nihohit"><code>@​nihohit</code></a>)</li> <li>Further limit flag frenzy checks (<a href="https://redirect.github.com/redis-rs/redis-rs/pull/1725">redis-rs/redis-rs#1725</a> by <a href="https://github.com/nihohit"><code>@​nihohit</code></a>)</li> </ul> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redis-rs/redis-rs/commit/59f84018e26146feac11be7ff636695b4368bcf6"><code>59f8401</code></a> Prepare version 0.32.6 (<a href="https://redirect.github.com/redis-rs/redis-rs/issues/1795">#1795</a>)</li> <li><a href="https://github.com/redis-rs/redis-rs/commit/4288439808fd63abf24e083af10658651c95f3ba"><code>4288439</code></a> docs: fix hexpire_at measurement unit (<a href="https://redirect.github.com/redis-rs/redis-rs/issues/1793">#1793</a>)</li> <li><a href="https://github.com/redis-rs/redis-rs/commit/65a67150861c238329e88ebdb28e4a9588139126"><code>65a6715</code></a> Bump rand from 0.9.1 to 0.9.2</li> <li><a href="https://github.com/redis-rs/redis-rs/commit/2b891b42b7ea5c224ce1071956b56529199c4af4"><code>2b891b4</code></a> Bump hashbrown from 0.15.4 to 0.16.0</li> <li><a href="https://github.com/redis-rs/redis-rs/commit/32552fdf7204cb08f5033537ec7cbe99f4def639"><code>32552fd</code></a> Bump backon from 1.5.1 to 1.5.2</li> <li><a href="https://github.com/redis-rs/redis-rs/commit/d5e6e38ac4b55a0bbfce41e55f4f816328e43583"><code>d5e6e38</code></a> Bump serde_json from 1.0.142 to 1.0.143</li> <li><a href="https://github.com/redis-rs/redis-rs/commit/fb040ff8db32cf0b14b9c677c0d4c3e1a13b5e6a"><code>fb040ff</code></a> Bump percent-encoding from 2.3.1 to 2.3.2</li> <li><a href="https://github.com/redis-rs/redis-rs/commit/44b595bf606a7612b036c79c10bd143988141c0a"><code>44b595b</code></a> Bump async-std from 1.13.1 to 1.13.2</li> <li><a href="https://github.com/redis-rs/redis-rs/commit/4fc376b2c85d8c088fa4f7c3057e762c87597709"><code>4fc376b</code></a> Bump anyhow from 1.0.98 to 1.0.99</li> <li><a href="https://github.com/redis-rs/redis-rs/commit/7fd00b757c614eed934bde1091a6ecdd530ac4bb"><code>7fd00b7</code></a> Remove unnecessary dependecy. (<a href="https://redirect.github.com/redis-rs/redis-rs/issues/1760">#1760</a>)</li> <li>Additional commits viewable in <a href="https://github.com/redis-rs/redis-rs/compare/redis-0.21.7...redis-0.32.6">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.6)](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-10-06 02:49:55 +00:00 (Migrated from github.com)
Author
Owner

Imported GitHub PR comment.

Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/1669#issuecomment-3369750804
Original created: 2025-10-06T02:49:55Z

Superseded by #1724.

Imported GitHub PR comment. Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/1669#issuecomment-3369750804 Original created: 2025-10-06T02:49:55Z --- Superseded by #1724.

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!2249
No description provided.