buzzrelay
buzzrelay copied to clipboard
chore(deps): update rust crate redis to v0.32.7
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| redis | dependencies | patch | 0.32.3 -> 0.32.7 |
Release Notes
redis-rs/redis-rs (redis)
v0.32.7
What's Changed
v0.32.6
0.32.6 (2025-09-26)
Changes
- Remove unnecessary dependency by @nihohit in (#1760 by @nihohit)
- docs: fix
hexpire_atcommand measurement unit by (#1793 by @chrxn1c)
v0.32.5
What's Changed
Changes & Bug fixes
- Added async_get_all_replicas & get_all_replicas methods (#1728 by @siddharthteli12)
- Support Redis 8.2 stream command extensions and new deletion commands (#1743 by @StefanPalashev)
- Make Script's load_cmd public (#1731 by @somechris)
- Clarify difference between RESP2 and RESP3 pubsub. (#1750 by @nihohit)
Documentation & CI improvements
- Add Cmd tests. (#1751 by @nihohit)
- test: Fix clippy warnings about ref instead of clone in stream tests (#1748 by @somechris)
- docs: Fix usage of command/script of ScriptInvocation::eval_cmd (#1749 by @somechris)
- Remove usage of criterion's blackbox in benches. (#1745 by @nihohit)
- Further limit flag frenzy checks (#1725 by @nihohit)
v0.32.4
What's Changed
Changes & Bug fixes
- Fix BITOP cluster routing. (#1709 by @nihohit)
- Fix some command links (#1708 by @nihohit)
- Update to socket2 v0.6 (#1712 by @Thomasdezeeuw)
- Add new operators to the BITOP command (#1710 by @StefanPalashev)
- Fix flaky test. (#1716 by @nihohit)
- Clarify sentinel docs about separate authentication for sentinel nodes. (#1715 by @nihohit)
- add method hget_multiple to explicitly call HMGET (#1721 by @bentheiii)
New Contributors
- @Thomasdezeeuw made their first contribution in #1712
- @bentheiii made their first contribution in #1721
Full Changelog: https://github.com/redis-rs/redis-rs/compare/redis-0.32.3...redis-0.32.4
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package [email protected] --precise 0.32.7
error: failed to acquire package cache lock
Caused by:
failed to open: /home/ubuntu/.cargo/.package-cache
Caused by:
failed to create directory `/home/ubuntu/.cargo`
Caused by:
File exists (os error 17)