lagonapp / lagon

Deploy Serverless Functions at the Edge. Current status: Alpha
https://lagon.app
GNU Affero General Public License v3.0
1.32k stars 63 forks source link

fix(deps): update rust crate redis to 0.23.2 #1049

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

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`](https://togithub.com/redis-rs/redis-rs/releases/tag/redis-0.23.2): v0.23.2 [Compare Source](https://togithub.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 ([#​912](https://togithub.com/redis-rs/redis-rs/pull/912)) - Rustls: Remove usage of deprecated method ([#​921](https://togithub.com/redis-rs/redis-rs/pull/921)) - Fix compiling with sentinel feature, without aio feature ([#​922](https://togithub.com/redis-rs/redis-rs/pull/923) [@​brocaar](https://togithub.com/brocaar)) - Add timeouts to tests github action ([#​911](https://togithub.com/redis-rs/redis-rs/pull/911)) ### [`v0.23.1`](https://togithub.com/redis-rs/redis-rs/releases/tag/redis-0.23.1): v0.23.1 [Compare Source](https://togithub.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 ([#​836](https://togithub.com/redis-rs/redis-rs/pull/836) [@​felipou](https://togithub.com/felipou)) - Enable keep alive on tcp connections via feature ([#​886](https://togithub.com/redis-rs/redis-rs/pull/886) [@​DoumanAsh](https://togithub.com/DoumanAsh)) - Support fan-out commands in cluster-async ([#​843](https://togithub.com/redis-rs/redis-rs/pull/843) [@​nihohit](https://togithub.com/nihohit)) - connection_manager: retry and backoff on reconnect ([#​804](https://togithub.com/redis-rs/redis-rs/pull/804) [@​nihohit](https://togithub.com/nihohit)) ##### Changes - Tests: Wait for all servers ([#​901](https://togithub.com/redis-rs/redis-rs/pull/901) [@​barshaul](https://togithub.com/barshaul)) - Pin `tempfile` dependency ([#​902](https://togithub.com/redis-rs/redis-rs/pull/902)) - Update routing data for commands. ([#​887](https://togithub.com/redis-rs/redis-rs/pull/887) [@​nihohit](https://togithub.com/nihohit)) - Add basic benchmark reporting to CI ([#​880](https://togithub.com/redis-rs/redis-rs/pull/880)) - Add `set_options` cmd ([#​879](https://togithub.com/redis-rs/redis-rs/pull/879) [@​RokasVaitkevicius](https://togithub.com/RokasVaitkevicius)) - Move random connection creation to when needed. ([#​882](https://togithub.com/redis-rs/redis-rs/pull/882) [@​nihohit](https://togithub.com/nihohit)) - Clean up existing benchmarks ([#​881](https://togithub.com/redis-rs/redis-rs/pull/881)) - Improve async cluster client performance. ([#​877](https://togithub.com/redis-rs/redis-rs/pull/877) [@​nihohit](https://togithub.com/nihohit)) - Allow configuration of cluster retry wait duration ([#​859](https://togithub.com/redis-rs/redis-rs/pull/859) [@​nihohit](https://togithub.com/nihohit)) - Fix async connect when ns resolved to multi ip ([#​872](https://togithub.com/redis-rs/redis-rs/pull/872) [@​hugefiver](https://togithub.com/hugefiver)) - Reduce the number of unnecessary clones. ([#​874](https://togithub.com/redis-rs/redis-rs/pull/874) [@​nihohit](https://togithub.com/nihohit)) - Remove connection checking on every request. ([#​873](https://togithub.com/redis-rs/redis-rs/pull/873) [@​nihohit](https://togithub.com/nihohit)) - cluster_async: Wrap internal state with Arc. ([#​864](https://togithub.com/redis-rs/redis-rs/pull/864) [@​nihohit](https://togithub.com/nihohit)) - Fix redirect routing on request with no route. ([#​870](https://togithub.com/redis-rs/redis-rs/pull/870) [@​nihohit](https://togithub.com/nihohit)) - Amend README for macOS users ([#​869](https://togithub.com/redis-rs/redis-rs/pull/869) [@​sarisssa](https://togithub.com/sarisssa)) - Improved redirection error handling ([#​857](https://togithub.com/redis-rs/redis-rs/pull/857)) - Fix minor async client bug. ([#​862](https://togithub.com/redis-rs/redis-rs/pull/862) [@​nihohit](https://togithub.com/nihohit)) - Split aio.rs to separate files. ([#​821](https://togithub.com/redis-rs/redis-rs/pull/821) [@​nihohit](https://togithub.com/nihohit)) - Add time feature to tokio dependency ([#​855](https://togithub.com/redis-rs/redis-rs/pull/855) [@​robjtede](https://togithub.com/robjtede)) - Refactor cluster error handling ([#​844](https://togithub.com/redis-rs/redis-rs/pull/844)) - Fix unnecessarily mutable variable ([#​849](https://togithub.com/redis-rs/redis-rs/pull/849) [@​kamulos](https://togithub.com/kamulos)) - Newtype SlotMap ([#​845](https://togithub.com/redis-rs/redis-rs/pull/845)) - Bump MSRV to 1.60 ([#​846](https://togithub.com/redis-rs/redis-rs/pull/846)) - Improve error logging. ([#​838](https://togithub.com/redis-rs/redis-rs/pull/838) [@​nihohit](https://togithub.com/nihohit)) - Improve documentation, add references to `redis-macros` ([#​769](https://togithub.com/redis-rs/redis-rs/pull/769) [@​daniel7grant](https://togithub.com/daniel7grant)) - Allow creating Cmd with capacity. ([#​817](https://togithub.com/redis-rs/redis-rs/pull/817) [@​nihohit](https://togithub.com/nihohit))

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.



This PR has been generated by Mend Renovate. View repository job log here.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
dashboard ❌ Failed (Inspect) Aug 12, 2023 6:20pm
docs βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Aug 12, 2023 6:20pm
storybook βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Aug 12, 2023 6:20pm
www βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Aug 12, 2023 6:20pm
changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: 540f4c5bb4af26b2dd6b1c3a864b9cc57cac761f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR