chore(deps): update rust crate redis to v1.3.0 #19

Open
renovate-bot wants to merge 1 commit from renovate/redis-1.x-lockfile into master
Member

This PR contains the following updates:

Package Type Update Change
redis dependencies minor 1.2.4 -> 1.3.0

Release Notes

redis-rs/redis-rs (redis)

v1.3.0

Compare Source

Changes & Bug fixes

Add numbered databases support for the cluster client (#​2146 by @​virratanasangpunth)
fix(cluster): clamp retry backoff upper bound after min-wait floor (#​2158 by @​nihohit)
docs/ci: add wasm32-wasip2 build support for tokio-comp (#​2153 by @​Prashantsinghchouhan)
Add Bloom filter support (#​2117 by @​somechris)

CI & operational improvements

tests/version: Parse all available versions (Valkey, modules, ...) (Version refactor 6/10) (#​2143 by @​somechris)
tests/version: Add disjunctive (OR) and conjunctive (AND) matchers (Version refactor 7/10) (#​2144 by @​somechris)
tests/version: Drop Redis binary version parsing (Version refactor 8/10) (#​2145 by @​somechris)
tests: Drop VERSION from version constants (version refactor 9/10) (#​2147 by @​somechris)
Fix flakey object tests (#​2160 by @​nihohit)
tests: Add test guards for Valkey servers (Version refactor 10/10) (#​2148 by @​somechris)

New Contributors

Full Changelog: https://github.com/redis-rs/redis-rs/compare/redis-1.2.4...redis-1.3.0


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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [redis](https://github.com/redis-rs/redis-rs) | dependencies | minor | `1.2.4` -> `1.3.0` | --- ### Release Notes <details> <summary>redis-rs/redis-rs (redis)</summary> ### [`v1.3.0`](https://github.com/redis-rs/redis-rs/releases/tag/redis-1.3.0) [Compare Source](https://github.com/redis-rs/redis-rs/compare/redis-1.2.4...redis-1.3.0) ### Changes & Bug fixes Add numbered databases support for the cluster client ([#&#8203;2146](https://github.com/redis-rs/redis-rs/pull/2146) by [@&#8203;virratanasangpunth](https://github.com/virratanasangpunth)) fix(cluster): clamp retry backoff upper bound after min-wait floor ([#&#8203;2158](https://github.com/redis-rs/redis-rs/pull/2158) by [@&#8203;nihohit](https://github.com/nihohit)) docs/ci: add wasm32-wasip2 build support for tokio-comp ([#&#8203;2153](https://github.com/redis-rs/redis-rs/pull/2153) by [@&#8203;Prashantsinghchouhan](https://github.com/Prashantsinghchouhan)) Add Bloom filter support ([#&#8203;2117](https://github.com/redis-rs/redis-rs/pull/2117) by [@&#8203;somechris](https://github.com/somechris)) ### CI & operational improvements tests/version: Parse all available versions (Valkey, modules, ...) (Version refactor 6/10) ([#&#8203;2143](https://github.com/redis-rs/redis-rs/pull/2143) by [@&#8203;somechris](https://github.com/somechris)) tests/version: Add disjunctive (OR) and conjunctive (AND) matchers (Version refactor 7/10) ([#&#8203;2144](https://github.com/redis-rs/redis-rs/pull/2144) by [@&#8203;somechris](https://github.com/somechris)) tests/version: Drop Redis binary version parsing (Version refactor 8/10) ([#&#8203;2145](https://github.com/redis-rs/redis-rs/pull/2145) by [@&#8203;somechris](https://github.com/somechris)) tests: Drop *VERSION* from version constants (version refactor 9/10) ([#&#8203;2147](https://github.com/redis-rs/redis-rs/pull/2147) by [@&#8203;somechris](https://github.com/somechris)) Fix flakey object tests ([#&#8203;2160](https://github.com/redis-rs/redis-rs/pull/2160) by [@&#8203;nihohit](https://github.com/nihohit)) tests: Add test guards for Valkey servers (Version refactor 10/10) ([#&#8203;2148](https://github.com/redis-rs/redis-rs/pull/2148) by [@&#8203;somechris](https://github.com/somechris)) #### New Contributors - [@&#8203;virratanasangpunth](https://github.com/virratanasangpunth) made their first contribution in [#&#8203;2146](https://github.com/redis-rs/redis-rs/pull/2146) - [@&#8203;Prashantsinghchouhan](https://github.com/Prashantsinghchouhan) made their first contribution in [#&#8203;2153](https://github.com/redis-rs/redis-rs/pull/2153) **Full Changelog**: <https://github.com/redis-rs/redis-rs/compare/redis-1.2.4...redis-1.3.0> </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41Mi44IiwidXBkYXRlZEluVmVyIjoiNDIuNTIuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS1ib3QiXX0=-->
chore(deps): update rust crate redis to v1.3.0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
99ca77ce2b
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/redis-1.x-lockfile:renovate/redis-1.x-lockfile
git switch renovate/redis-1.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/redis-1.x-lockfile
git switch renovate/redis-1.x-lockfile
git rebase master
git switch master
git merge --ff-only renovate/redis-1.x-lockfile
git switch renovate/redis-1.x-lockfile
git rebase master
git switch master
git merge --no-ff renovate/redis-1.x-lockfile
git switch master
git merge --squash renovate/redis-1.x-lockfile
git switch master
git merge --ff-only renovate/redis-1.x-lockfile
git switch master
git merge renovate/redis-1.x-lockfile
git push origin master
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
mCaptcha/libmcaptcha!19
No description provided.