Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update redis requirement from 0.26.0 to 0.27.2 (#211)
Updates the requirements on [redis](https://github.com/redis-rs/redis-rs) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/redis-rs/redis-rs/releases">redis's releases</a>.</em></p> <blockquote> <h2>redis-0.27.2</h2> <h4>Changes & Bug fixes</h4> <ul> <li>Pubsub: Keep stream running after sink was closed. (<a href="https://github.com/redis-rs/redis-rs/pull/1330">#1330</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/redis-rs/redis-rs/commit/a1f33e9bd85c60b7f1c4dff955442d90921b7671"><code>a1f33e9</code></a> Update version.</li> <li><a href="https://github.com/redis-rs/redis-rs/commit/636a749c89e1f0ac6466c380d66e8dd1b5689986"><code>636a749</code></a> Pubsub: Keep stream running after sink was closed.</li> <li><a href="https://github.com/redis-rs/redis-rs/commit/2e1b5c1bb43030caec00103707fac0c3abe138ae"><code>2e1b5c1</code></a> Add test for pubsub <code>into_on_message</code>.</li> <li><a href="https://github.com/redis-rs/redis-rs/commit/04af8cf2cc84c486f24546a88c99166db5eda528"><code>04af8cf</code></a> Use should_panic macro on test_block_on_all_panics_from_spawns function</li> <li><a href="https://github.com/redis-rs/redis-rs/commit/0f421bae30adb2428d011acaf06986648b63fd53"><code>0f421ba</code></a> Draft version 0.27.1.</li> <li><a href="https://github.com/redis-rs/redis-rs/commit/4b88ea4c7496aad7e1f27da7e739a8bd1679715a"><code>4b88ea4</code></a> update connection manager, r2d2 dependency</li> <li><a href="https://github.com/redis-rs/redis-rs/commit/d3181b8640def4e6b350cb53ec346b0783771102"><code>d3181b8</code></a> sentinel feature import error</li> <li><a href="https://github.com/redis-rs/redis-rs/commit/b3ce45ee7f64baa7a95b85c84688258abe52ebde"><code>b3ce45e</code></a> Draft release 0.27.0</li> <li><a href="https://github.com/redis-rs/redis-rs/commit/78d53f713d785e1e7c2cbe8993993e235d06ac94"><code>78d53f7</code></a> Make <code>SharedHandleContainer</code> a proper struct.</li> <li><a href="https://github.com/redis-rs/redis-rs/commit/2c99b197e7ad7167926a5045cf17f82960ab3247"><code>2c99b19</code></a> Abort backing task to async pubsub stream on drop.</li> <li>Additional commits viewable in <a href="https://github.com/redis-rs/redis-rs/compare/redis-0.26.0...redis-0.27.2">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information