ciffelia / koe

Discord 読み上げ Bot
MIT License
35 stars 16 forks source link

Update Rust crate redis to 0.22 #44

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
redis dependencies minor 0.21 -> 0.22

Release Notes

redis-rs/redis-rs ### [`v0.22.1`](https://togithub.com/redis-rs/redis-rs/releases/tag/redis-0.22.1) [Compare Source](https://togithub.com/redis-rs/redis-rs/compare/redis-0.22.0...redis-0.22.1) ##### 0.22.1 (2022-10-18) ##### Changes - Add README attribute to Cargo.toml - Update LICENSE file / symlink from parent directory ### [`v0.22.0`](https://togithub.com/redis-rs/redis-rs/releases/tag/redis-0.22.0) [Compare Source](https://togithub.com/redis-rs/redis-rs/compare/0.21.6...redis-0.22.0) Redis-rs is a high level redis library for Rust and aims to provide convenient access to all Redis functionality through a very flexible but low-level API. The crate has recently come under maintainership by [@​djc](https://togithub.com/djc) and [@​jaymell](https://togithub.com/jaymell). Much appreciation and many thanks to [@​mitsuhiko](https://togithub.com/mitsuhiko), [@​badboy](https://togithub.com/badboy), [@​Marwes](https://togithub.com/Marwes) for their work in building this library over the years! The new maintainers hope to improve the velocity of bug fixes, new features, and PR reviews in the coming months. This release adds various incremental improvements, including additional convenience commands, improved Cluster APIs, and various other bug fixes/library improvements. Although the changes here are incremental, this is a major release due to the breaking changes listed below. This release would not be possible without our many wonderful contributors -- thank you! ##### Breaking changes - Box all large enum variants; changes enum signature ([#​667](https://togithub.com/redis-rs/redis-rs/pull/667) [@​nihohit](https://togithub.com/nihohit)) - Support ACL commands by adding Rule::Other to cover newly defined flags; adds new enum variant ([#​685](https://togithub.com/redis-rs/redis-rs/pull/685) [@​garyhai](https://togithub.com/garyhai)) - Switch from sha1 to sha1\_smol; renames `sha1` feature ([#​576](https://togithub.com/redis-rs/redis-rs/pull/576)) ##### Features - Add support for RedisJSON ([#​657](https://togithub.com/redis-rs/redis-rs/pull/657) [@​d3rpp](https://togithub.com/d3rpp)) - Add support for weights in zunionstore and zinterstore ([#​641](https://togithub.com/redis-rs/redis-rs/pull/641) [@​ndd7xv](https://togithub.com/ndd7xv)) - Cluster: Create read_from_replicas option ([#​635](https://togithub.com/redis-rs/redis-rs/pull/635) [@​utkarshgupta137](https://togithub.com/utkarshgupta137)) - Make Direction a public enum to use with Commands like BLMOVE ([#​646](https://togithub.com/redis-rs/redis-rs/pull/646) [@​thorbadour](https://togithub.com/thorbadour)) - Add `ahash` feature for using ahash internally & for redis values ([#​636](https://togithub.com/redis-rs/redis-rs/pull/636) [@​utkarshgupta137](https://togithub.com/utkarshgupta137)) - Add Script::load function ([#​603](https://togithub.com/redis-rs/redis-rs/pull/603) [@​zhiburt](https://togithub.com/zhiburt)) - Add support for OBJECT ([\[#​610\]](https://togithub.com/redis-rs/redis-rs/pull/610) [@​roger](https://togithub.com/roger)) - Add GETEX and GETDEL support ([#​582](https://togithub.com/redis-rs/redis-rs/pull/582) [@​arpandaze](https://togithub.com/arpandaze)) - Add support for ZMPOP ([#​605](https://togithub.com/redis-rs/redis-rs/pull/605) [@​gkorland](https://togithub.com/gkorland)) ##### Changes - Rust 2021 Edition / MSRV 1.59.0 - Fix: Support IPV6 link-local address parsing ([#​679](https://togithub.com/redis-rs/redis-rs/pull/679) [@​buaazp](https://togithub.com/buaazp)) - Derive Clone and add Deref trait to InfoDict ([#​661](https://togithub.com/redis-rs/redis-rs/pull/661) [@​danni-m](https://togithub.com/danni-m)) - ClusterClient: add handling for empty initial_nodes, use ClusterParams to store cluster parameters, improve builder pattern ([#​669](https://togithub.com/redis-rs/redis-rs/pull/669) [@​utkarshgupta137](https://togithub.com/utkarshgupta137)) - Implement Debug for MultiplexedConnection & Pipeline ([#​664](https://togithub.com/redis-rs/redis-rs/pull/664) [@​elpiel](https://togithub.com/elpiel)) - Add support for casting RedisResult to CString ([#​660](https://togithub.com/redis-rs/redis-rs/pull/660) [@​nihohit](https://togithub.com/nihohit)) - Move redis crate to subdirectory to support multiple crates in project ([#​465](https://togithub.com/redis-rs/redis-rs/pull/465) [@​tdyas](https://togithub.com/tdyas)) - Stop versioning Cargo.lock ([#​620](https://togithub.com/redis-rs/redis-rs/pull/620)) - Auto-implement ConnectionLike for DerefMut ([#​567](https://togithub.com/redis-rs/redis-rs/pull/567) [@​holmesmr](https://togithub.com/holmesmr)) - Return errors from parsing inner items ([#​608](https://togithub.com/redis-rs/redis-rs/pull/608)) - Make dns resolution async, in async runtime ([#​606](https://togithub.com/redis-rs/redis-rs/pull/606) [@​roger](https://togithub.com/roger)) - Make async_trait dependency optional ([#​572](https://togithub.com/redis-rs/redis-rs/pull/572) [@​kamulos](https://togithub.com/kamulos)) - Add username to ClusterClient and ClusterConnection ([#​596](https://togithub.com/redis-rs/redis-rs/pull/596) [@​gildaf](https://togithub.com/gildaf)) ### [`v0.21.6`](https://togithub.com/redis-rs/redis-rs/compare/0.21.5...0.21.6) [Compare Source](https://togithub.com/redis-rs/redis-rs/compare/0.21.5...0.21.6) ### [`v0.21.5`](https://togithub.com/redis-rs/redis-rs/compare/0.21.4...0.21.5) [Compare Source](https://togithub.com/redis-rs/redis-rs/compare/0.21.4...0.21.5) ### [`v0.21.4`](https://togithub.com/redis-rs/redis-rs/compare/0.21.3...0.21.4) [Compare Source](https://togithub.com/redis-rs/redis-rs/compare/0.21.3...0.21.4) ### [`v0.21.3`](https://togithub.com/redis-rs/redis-rs/compare/0.21.2...0.21.3) [Compare Source](https://togithub.com/redis-rs/redis-rs/compare/0.21.2...0.21.3) ### [`v0.21.2`](https://togithub.com/redis-rs/redis-rs/compare/0.21.1...0.21.2) [Compare Source](https://togithub.com/redis-rs/redis-rs/compare/0.21.1...0.21.2) ### [`v0.21.1`](https://togithub.com/redis-rs/redis-rs/compare/0.21.0...0.21.1) [Compare Source](https://togithub.com/redis-rs/redis-rs/compare/0.21.0...0.21.1)

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.