Commit 7bb63ff
authored
chore(deps): bump redis from 1.3.0 to 1.4.1 in /czech-file-knife (#258)
Bumps [redis](https://github.com/redis-rs/redis-rs) from 1.3.0 to 1.4.1.
<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.4.1</h2>
<h4>Changes & Bug fixes</h4>
<ul>
<li>Remove unnecessary sleep from cluster readonly error handling (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/https://redirect.github.com/redis-rs/redis-rs/pull/2223">#2223</a>
by <a href="https://github.com/nihohit"><code>@nihohit</code></a>)</li>
</ul>
<h4>CI & operational improvements</h4>
<ul>
<li>ci: Allow <code>semicolon_in_expressions_from_macros</code> to make
nightly pass (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/https://redirect.github.com/redis-rs/redis-rs/pull/2218">#2218</a>
by <a
href="https://github.com/somechris"><code>@somechris</code></a>)</li>
<li>tests/acl: Add the missing requirements for token based
authentication (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/https://redirect.github.com/redis-rs/redis-rs/pull/2214">#2214</a>
by <a
href="https://github.com/somechris"><code>@somechris</code></a>)</li>
<li>Makefile: Switch to <code>--locked</code> for module tests on RESP3
(<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/https://redirect.github.com/redis-rs/redis-rs/pull/2222">#2222</a>
by <a
href="https://github.com/somechris"><code>@somechris</code></a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/redis-rs/redis-rs/compare/redis-1.4.0...redis-1.4.1">https://github.com/redis-rs/redis-rs/compare/redis-1.4.0...redis-1.4.1</a></p>
<h2>redis-1.4.0</h2>
<h4>Changes & Bug fixes</h4>
<ul>
<li>Add support for Valkey's <code>bloom</code> module (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/https://redirect.github.com/redis-rs/redis-rs/pull/2168">#2168</a>
by <a
href="https://github.com/somechris"><code>@somechris</code></a>)</li>
<li>perf(pipeline): skip result-filter rebuild when nothing is ignored
(<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/https://redirect.github.com/redis-rs/redis-rs/pull/2186">#2186</a>
by <a
href="https://github.com/fcostaoliveira"><code>@fcostaoliveira</code></a>)</li>
<li>perf(cmd): encode into the Vec buffer instead of via io::Write (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/https://redirect.github.com/redis-rs/redis-rs/pull/2187">#2187</a>
by <a
href="https://github.com/fcostaoliveira"><code>@fcostaoliveira</code></a>)</li>
<li>Make backpressure boundary configurable (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/https://redirect.github.com/redis-rs/redis-rs/pull/2188">#2188</a>
by <a
href="https://github.com/kushudai"><code>@kushudai</code></a>)</li>
<li>perf(cmd): encode expiry options via itoa instead of
format!/to_string (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/https://redirect.github.com/redis-rs/redis-rs/pull/2194">#2194</a>
by <a
href="https://github.com/fcostaoliveira"><code>@fcostaoliveira</code></a>)</li>
<li>Keep dispatching requests when repairing a connection to a replica
(<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/https://redirect.github.com/redis-rs/redis-rs/pull/2120">#2120</a>
by <a
href="https://github.com/virratanasangpunth"><code>@virratanasangpunth</code></a>)</li>
</ul>
<h4>CI & operational improvements</h4>
<ul>
<li>tests: Avoid relying on Redis bug in
<code>test_object_freq_command</code> (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/https://redirect.github.com/redis-rs/redis-rs/pull/2164">#2164</a>
by <a
href="https://github.com/somechris"><code>@somechris</code></a>)</li>
<li>Makefile: Select module tests directly to reduce output (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/https://redirect.github.com/redis-rs/redis-rs/pull/2167">#2167</a>
by <a
href="https://github.com/somechris"><code>@somechris</code></a>)</li>
<li>test: Switch to selecting tests through profiles (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/https://redirect.github.com/redis-rs/redis-rs/pull/2210">#2210</a>
by <a
href="https://github.com/somechris"><code>@somechris</code></a>)</li>
<li>Stabilize github actions dependencies (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/https://redirect.github.com/redis-rs/redis-rs/pull/2198">#2198</a>
by <a href="https://github.com/nihohit"><code>@nihohit</code></a>)</li>
<li>tests: Switch direct use of RedisServer to better suited TestContext
(<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/https://redirect.github.com/redis-rs/redis-rs/pull/2202">#2202</a>
by <a
href="https://github.com/somechris"><code>@somechris</code></a>)</li>
<li>ci: Document status of KeyDB, Valkey, and Kvrocks support (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/https://redirect.github.com/redis-rs/redis-rs/pull/2206">#2206</a>
by <a
href="https://github.com/somechris"><code>@somechris</code></a>)</li>
<li>tests: Stop running sentinel tests when testing on unix sockets (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/https://redirect.github.com/redis-rs/redis-rs/pull/2208">#2208</a>
by <a
href="https://github.com/somechris"><code>@somechris</code></a>)</li>
<li>Make test names greppable (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/https://redirect.github.com/redis-rs/redis-rs/pull/2211">#2211</a>
by <a href="https://github.com/nihohit"><code>@nihohit</code></a>)</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/kushudai"><code>@kushudai</code></a>
made their first contribution in <a
href="https://redirect.github.com/redis-rs/redis-rs/pull/2188">redis-rs/redis-rs#2188</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/redis-rs/redis-rs/compare/redis-1.3.0...redis-1.4.0">https://github.com/redis-rs/redis-rs/compare/redis-1.3.0...redis-1.4.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/37f4cad379fd8a05d058416356640f10160a4755"><code>37f4cad</code></a>
Prepare version (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2224">#2224</a>)</li>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/c61c613a27368acbf442416ab500625838617323"><code>c61c613</code></a>
Remove unnecessary sleep from cluster readonly error handling (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2223">#2223</a>)</li>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/67685eb28be79e05f26e75b5f36a403610a56fad"><code>67685eb</code></a>
Makefile: Switch to <code>--locked</code> for module tests on RESP3 (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2222">#2222</a>)</li>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/2c4746a5a01fb479ae11827dfeefc528cab8de02"><code>2c4746a</code></a>
tests/acl: Add the missing requirements for token based authentication
(<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2214">#2214</a>)</li>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/1fb9a6e598c56928ccf85df5b43676f32adb53da"><code>1fb9a6e</code></a>
ci: Allow <code>semicolon_in_expressions_from_macros</code> to make
nightly pass (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2218">#2218</a>)</li>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/cf20483836f03bdbcb4596117c190859ec41fbbe"><code>cf20483</code></a>
Prepare new version (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2212">#2212</a>)</li>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/7a41fdd3be6153b529b951ed8af780e5b183b749"><code>7a41fdd</code></a>
Keep dispatching requests when repairing a connection to a replica (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2120">#2120</a>)</li>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/f6f64a03f191099ace2753a499cea7d7b66341b7"><code>f6f64a0</code></a>
test: Switch to selecting tests through profiles (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2210">#2210</a>)</li>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/6f6c6cc37cd8126fbc125cb15092f6244608f8d3"><code>6f6c6cc</code></a>
Make test names greppable (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2211">#2211</a>)</li>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/e678b0fe0d9661564fef95410a9dbf56926abd4e"><code>e678b0f</code></a>
tests: Stop running sentinel tests when testing on unix sockets (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2208">#2208</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/redis-rs/redis-rs/compare/redis-1.3.0...redis-1.4.1">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>1 parent 48ff00b commit 7bb63ff
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