Update Rust crate redis to 0.23.2 #9

Merged
pierre merged 1 commits from renovate/redis-0.x into master 2023-08-28 01:13:27 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
redis dependencies patch 0.23.0 -> 0.23.2

Release Notes

redis-rs/redis-rs (redis)

v0.23.2: v0.23.2

Compare Source

0.23.2 (2023-08-10)

Fixes
  • Fix sentinel tests flakiness (#​912)
  • Rustls: Remove usage of deprecated method (#​921)
  • Fix compiling with sentinel feature, without aio feature (#​922 @​brocaar)
  • Add timeouts to tests github action (#​911)

v0.23.1: v0.23.1

Compare Source

0.23.1 (2023-07-28)
Features
Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 | patch | `0.23.0` -> `0.23.2` | --- ### Release Notes <details> <summary>redis-rs/redis-rs (redis)</summary> ### [`v0.23.2`](https://github.com/redis-rs/redis-rs/releases/tag/redis-0.23.2): v0.23.2 [Compare Source](https://github.com/redis-rs/redis-rs/compare/redis-0.23.1...redis-0.23.2) 0.23.2 (2023-08-10) ##### Fixes - Fix sentinel tests flakiness ([#&#8203;912](https://github.com/redis-rs/redis-rs/pull/912)) - Rustls: Remove usage of deprecated method ([#&#8203;921](https://github.com/redis-rs/redis-rs/pull/921)) - Fix compiling with sentinel feature, without aio feature ([#&#8203;922](https://github.com/redis-rs/redis-rs/pull/923) [@&#8203;brocaar](https://github.com/brocaar)) - Add timeouts to tests github action ([#&#8203;911](https://github.com/redis-rs/redis-rs/pull/911)) ### [`v0.23.1`](https://github.com/redis-rs/redis-rs/releases/tag/redis-0.23.1): v0.23.1 [Compare Source](https://github.com/redis-rs/redis-rs/compare/redis-0.23.0...redis-0.23.1) ##### 0.23.1 (2023-07-28) ##### Features - Add basic Sentinel functionality ([#&#8203;836](https://github.com/redis-rs/redis-rs/pull/836) [@&#8203;felipou](https://github.com/felipou)) - Enable keep alive on tcp connections via feature ([#&#8203;886](https://github.com/redis-rs/redis-rs/pull/886) [@&#8203;DoumanAsh](https://github.com/DoumanAsh)) - Support fan-out commands in cluster-async ([#&#8203;843](https://github.com/redis-rs/redis-rs/pull/843) [@&#8203;nihohit](https://github.com/nihohit)) - connection_manager: retry and backoff on reconnect ([#&#8203;804](https://github.com/redis-rs/redis-rs/pull/804) [@&#8203;nihohit](https://github.com/nihohit)) ##### Changes - Tests: Wait for all servers ([#&#8203;901](https://github.com/redis-rs/redis-rs/pull/901) [@&#8203;barshaul](https://github.com/barshaul)) - Pin `tempfile` dependency ([#&#8203;902](https://github.com/redis-rs/redis-rs/pull/902)) - Update routing data for commands. ([#&#8203;887](https://github.com/redis-rs/redis-rs/pull/887) [@&#8203;nihohit](https://github.com/nihohit)) - Add basic benchmark reporting to CI ([#&#8203;880](https://github.com/redis-rs/redis-rs/pull/880)) - Add `set_options` cmd ([#&#8203;879](https://github.com/redis-rs/redis-rs/pull/879) [@&#8203;RokasVaitkevicius](https://github.com/RokasVaitkevicius)) - Move random connection creation to when needed. ([#&#8203;882](https://github.com/redis-rs/redis-rs/pull/882) [@&#8203;nihohit](https://github.com/nihohit)) - Clean up existing benchmarks ([#&#8203;881](https://github.com/redis-rs/redis-rs/pull/881)) - Improve async cluster client performance. ([#&#8203;877](https://github.com/redis-rs/redis-rs/pull/877) [@&#8203;nihohit](https://github.com/nihohit)) - Allow configuration of cluster retry wait duration ([#&#8203;859](https://github.com/redis-rs/redis-rs/pull/859) [@&#8203;nihohit](https://github.com/nihohit)) - Fix async connect when ns resolved to multi ip ([#&#8203;872](https://github.com/redis-rs/redis-rs/pull/872) [@&#8203;hugefiver](https://github.com/hugefiver)) - Reduce the number of unnecessary clones. ([#&#8203;874](https://github.com/redis-rs/redis-rs/pull/874) [@&#8203;nihohit](https://github.com/nihohit)) - Remove connection checking on every request. ([#&#8203;873](https://github.com/redis-rs/redis-rs/pull/873) [@&#8203;nihohit](https://github.com/nihohit)) - cluster_async: Wrap internal state with Arc. ([#&#8203;864](https://github.com/redis-rs/redis-rs/pull/864) [@&#8203;nihohit](https://github.com/nihohit)) - Fix redirect routing on request with no route. ([#&#8203;870](https://github.com/redis-rs/redis-rs/pull/870) [@&#8203;nihohit](https://github.com/nihohit)) - Amend README for macOS users ([#&#8203;869](https://github.com/redis-rs/redis-rs/pull/869) [@&#8203;sarisssa](https://github.com/sarisssa)) - Improved redirection error handling ([#&#8203;857](https://github.com/redis-rs/redis-rs/pull/857)) - Fix minor async client bug. ([#&#8203;862](https://github.com/redis-rs/redis-rs/pull/862) [@&#8203;nihohit](https://github.com/nihohit)) - Split aio.rs to separate files. ([#&#8203;821](https://github.com/redis-rs/redis-rs/pull/821) [@&#8203;nihohit](https://github.com/nihohit)) - Add time feature to tokio dependency ([#&#8203;855](https://github.com/redis-rs/redis-rs/pull/855) [@&#8203;robjtede](https://github.com/robjtede)) - Refactor cluster error handling ([#&#8203;844](https://github.com/redis-rs/redis-rs/pull/844)) - Fix unnecessarily mutable variable ([#&#8203;849](https://github.com/redis-rs/redis-rs/pull/849) [@&#8203;kamulos](https://github.com/kamulos)) - Newtype SlotMap ([#&#8203;845](https://github.com/redis-rs/redis-rs/pull/845)) - Bump MSRV to 1.60 ([#&#8203;846](https://github.com/redis-rs/redis-rs/pull/846)) - Improve error logging. ([#&#8203;838](https://github.com/redis-rs/redis-rs/pull/838) [@&#8203;nihohit](https://github.com/nihohit)) - Improve documentation, add references to `redis-macros` ([#&#8203;769](https://github.com/redis-rs/redis-rs/pull/769) [@&#8203;daniel7grant](https://github.com/daniel7grant)) - Allow creating Cmd with capacity. ([#&#8203;817](https://github.com/redis-rs/redis-rs/pull/817) [@&#8203;nihohit](https://github.com/nihohit)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNi42Ny4xIiwidXBkYXRlZEluVmVyIjoiMzYuNjcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
pierre added 1 commit 2023-08-28 00:31:58 +00:00
Update Rust crate redis to 0.23.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
173303de27
pierre scheduled this pull request to auto merge when all checks succeed 2023-08-28 00:31:58 +00:00
pierre merged commit 173303de27 into master 2023-08-28 01:13:27 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/GeneIT#9