Bump redis from 0.21.7 to 0.32.7 #2295

Closed
dependabot[bot] wants to merge 1 commit from refs/pull/2295/head into main
dependabot[bot] commented 2025-10-06 02:49:53 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #1724
Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/1724
Original created: 2025-10-06T02:49:53Z
Original updated: 2025-11-20T04:04:32Z
Original head: carverauto/serviceradar:dependabot/cargo/redis-0.32.7
Original base: main

Bumps redis from 0.21.7 to 0.32.7.

Release notes

Sourced from redis's releases.

redis-0.32.7

What's Changed

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)

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Imported from GitHub pull request. Original GitHub pull request: #1724 Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/1724 Original created: 2025-10-06T02:49:53Z Original updated: 2025-11-20T04:04:32Z Original head: carverauto/serviceradar:dependabot/cargo/redis-0.32.7 Original base: main --- Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.21.7 to 0.32.7. <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.7</h2> <h2>What's Changed</h2> <ul> <li>Port <a href="https://redirect.github.com/redis-rs/redis-rs/pull/1711">redis-rs/redis-rs#1711</a> to 0.32.x by <a href="https://github.com/nihohit"><code>@​nihohit</code></a> in <a href="https://redirect.github.com/redis-rs/redis-rs/pull/1819">redis-rs/redis-rs#1819</a></li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redis-rs/redis-rs/commit/193f51771e545e9ade61cf756b269511af5de046"><code>193f517</code></a> Port <a href="https://redirect.github.com/redis-rs/redis-rs/pull/1711">redis-rs/redis-rs#1711</a> to 0.32.x (<a href="https://redirect.github.com/redis-rs/redis-rs/issues/1819">#1819</a>)</li> <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>Additional commits viewable in <a href="https://github.com/redis-rs/redis-rs/compare/redis-0.21.7...redis-0.32.7">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.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
dependabot[bot] commented 2025-11-20 04:04:26 +00:00 (Migrated from github.com)
Author
Owner

Imported GitHub PR comment.

Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/1724#issuecomment-3555668565
Original created: 2025-11-20T04:04:26Z

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Imported GitHub PR comment. Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/1724#issuecomment-3555668565 Original created: 2025-11-20T04:04:26Z --- OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

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