Commit 6a6e523
chore(deps): bump redis from 1.2.4 to 1.3.0 in /czech-file-knife (#214)
Bumps [redis](https://github.com/redis-rs/redis-rs) from 1.2.4 to 1.3.0.
<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-1.3.0</h2>
<h1>Changes & Bug fixes</h1>
<p>Add numbered databases support for the cluster client (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/2146">redis-rs/redis-rs#2146</a>
by <a
href="https://github.com/virratanasangpunth"><code>@virratanasangpunth</code></a>)
fix(cluster): clamp retry backoff upper bound after min-wait floor (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/2158">redis-rs/redis-rs#2158</a>
by <a href="https://github.com/nihohit"><code>@nihohit</code></a>)
docs/ci: add wasm32-wasip2 build support for tokio-comp (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/2153">redis-rs/redis-rs#2153</a>
by <a
href="https://github.com/Prashantsinghchouhan"><code>@Prashantsinghchouhan</code></a>)
Add Bloom filter support (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/2117">redis-rs/redis-rs#2117</a>
by <a
href="https://github.com/somechris"><code>@somechris</code></a>)</p>
<h1>CI & operational improvements</h1>
<p>tests/version: Parse all available versions (Valkey, modules, ...)
(Version refactor 6/10) (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/2143">redis-rs/redis-rs#2143</a>
by <a href="https://github.com/somechris"><code>@somechris</code></a>)
tests/version: Add disjunctive (OR) and conjunctive (AND) matchers
(Version refactor 7/10) (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/2144">redis-rs/redis-rs#2144</a>
by <a href="https://github.com/somechris"><code>@somechris</code></a>)
tests/version: Drop Redis binary version parsing (Version refactor 8/10)
(<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/2145">redis-rs/redis-rs#2145</a>
by <a href="https://github.com/somechris"><code>@somechris</code></a>)
tests: Drop <em>VERSION</em> from version constants (version refactor
9/10) (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/2147">redis-rs/redis-rs#2147</a>
by <a href="https://github.com/somechris"><code>@somechris</code></a>)
Fix flakey object tests (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/2160">redis-rs/redis-rs#2160</a>
by <a href="https://github.com/nihohit"><code>@nihohit</code></a>)
tests: Add test guards for Valkey servers (Version refactor 10/10) (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/2148">redis-rs/redis-rs#2148</a>
by <a
href="https://github.com/somechris"><code>@somechris</code></a>)</p>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/virratanasangpunth"><code>@virratanasangpunth</code></a>
made their first contribution in <a
href="https://redirect.github.com/redis-rs/redis-rs/pull/2146">redis-rs/redis-rs#2146</a></li>
<li><a
href="https://github.com/Prashantsinghchouhan"><code>@Prashantsinghchouhan</code></a>
made their first contribution in <a
href="https://redirect.github.com/redis-rs/redis-rs/pull/2153">redis-rs/redis-rs#2153</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/redis-rs/redis-rs/compare/redis-1.2.4...redis-1.3.0">https://github.com/redis-rs/redis-rs/compare/redis-1.2.4...redis-1.3.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/207cc89c4c267cd375daab6886328a42eb49164c"><code>207cc89</code></a>
Prepare version (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2166">#2166</a>)</li>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/c34fb331e35ccb1bf99311d17a2b95d24c2e8fcd"><code>c34fb33</code></a>
Add redisbloom's Bloom filter support (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2117">#2117</a>)</li>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/5c6ca0a6c52017b8a28d39a1d74a99208130e204"><code>5c6ca0a</code></a>
tests: Add test guards for Valkey servers (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2148">#2148</a>)</li>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/e891f7fa574467087f8895924a86c4d76f19dc88"><code>e891f7f</code></a>
docs/ci: add wasm32-wasip2 build support for tokio-comp (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2153">#2153</a>)</li>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/7d066c6a9e677e835536275941e7059eb6ec1e38"><code>7d066c6</code></a>
Fix flakey object tests (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2160">#2160</a>)</li>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/b571eb189c7f5e831afcdf8a2d0402d8fdf294f2"><code>b571eb1</code></a>
tests: Clean up version constants (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2147">#2147</a>)</li>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/b9249f654484539e242173c89093b01dba65719a"><code>b9249f6</code></a>
tests/version: Drop Redis binary version parsing (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2145">#2145</a>)</li>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/406ad764bdb51217feac094d174fc5259eec8c5a"><code>406ad76</code></a>
tests/version: Add disjunctive (<code>OR</code>) and conjunctive
(<code>AND</code>) matchers (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2144">#2144</a>)</li>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/137280748bbb24809c88cbe5b648e94c2ebff29e"><code>1372807</code></a>
feat(redis_test): add new commands after mock redis connection is
instantiate...</li>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/201d1be86174baefc33e2a51c1b0278a5efaf44e"><code>201d1be</code></a>
fix(cluster): clamp retry backoff upper bound after min-wait floor (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2158">#2158</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/redis-rs/redis-rs/compare/redis-1.2.4...redis-1.3.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>1 parent e560622 commit 6a6e523
1 file changed
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments