Commit 3b122e5
chore(deps): bump redis from 1.2.0 to 1.2.1 in /czech-file-knife (#121)
Bumps [redis](https://github.com/redis-rs/redis-rs) from 1.2.0 to 1.2.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.2.1</h2>
<h4>Changes & Bug fixes</h4>
<ul>
<li>commands: Stop double-<code>take</code>-ing for <code>mset</code>
(<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/2043">#2043</a>
by <a
href="https://github.com/somechris"><code>@somechris</code></a>)</li>
<li>json: Stop double-wrapping commands in <code>RedisResult</code> (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/2042">#2042</a>
by <a
href="https://github.com/somechris"><code>@somechris</code></a>)</li>
<li>ValueType: Add missing possible types (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/2030">#2030</a>
by <a
href="https://github.com/somechris"><code>@somechris</code></a>)</li>
<li>Stream idempotent producers (at-most-once guarantee) (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/2032">#2032</a>
by <a
href="https://github.com/StefanPalashev"><code>@StefanPalashev</code></a>)</li>
<li>Improve streaming auth error handling (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/2021">#2021</a>
by <a
href="https://github.com/alexcole"><code>@alexcole</code></a>)</li>
<li>feat: add Slot type and functions to create Slot / Route with key
(<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/2047">#2047</a>
by <a
href="https://github.com/anatawa12"><code>@anatawa12</code></a>)</li>
<li>Fix async connection handling to avoid TCP deadlocks (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/2070">#2070</a>
by <a
href="https://github.com/PDXKimani"><code>@PDXKimani</code></a>)</li>
</ul>
<h4>CI improvements</h4>
<ul>
<li>ci: Bump Redis/Valkey versions (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/2035">#2035</a>
by <a
href="https://github.com/somechris"><code>@somechris</code></a>)</li>
<li>ci: Clarify how databases get selected (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/2040">#2040</a>
by <a
href="https://github.com/somechris"><code>@somechris</code></a>)</li>
<li>README: Declare "supported" versions (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/2034">#2034</a>
by <a
href="https://github.com/somechris"><code>@somechris</code></a>)</li>
<li>Add EntraID integration tests for OSS cluster API (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/2050">#2050</a>
by <a
href="https://github.com/StefanPalashev"><code>@StefanPalashev</code></a>)</li>
<li>fix new nightly lint & fmt (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/2052">#2052</a>
by <a href="https://github.com/nihohit"><code>@nihohit</code></a>)</li>
<li>log sentinel test startup failures. (<a
href="https://redirect.github.com/redis-rs/redis-rs/pull/2062">#2062</a>
by <a href="https://github.com/nihohit"><code>@nihohit</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/a6608fd61141b9662c7131933a92c74b5dfe53be"><code>a6608fd</code></a>
Prepare new version (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2074">#2074</a>)</li>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/7e063ff157c3c003bde71ad18dc9ca9b79824586"><code>7e063ff</code></a>
Fix async connection handling to avoid TCP deadlocks (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2070">#2070</a>)</li>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/7adf9640e949432f1dd91f05754b2e55468633de"><code>7adf964</code></a>
Bump hashbrown from 0.16.1 to 0.17.0 (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2068">#2068</a>)</li>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/78693ace037c349edeba975e40e9a6b1576e4222"><code>78693ac</code></a>
Bump tokio from 1.49.0 to 1.50.0 (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2067">#2067</a>)</li>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/5ed93d6d6eea31e26eab42bce0b3aa9446ca3ba4"><code>5ed93d6</code></a>
Bump quickcheck from 1.0.3 to 1.1.0 (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2066">#2066</a>)</li>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/1cbb4f66c977d76a568c64a2bda0af9bc1db4c9b"><code>1cbb4f6</code></a>
Bump arc-swap from 1.8.2 to 1.9.1 (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2065">#2065</a>)</li>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/a141fff5f5145183072906dc1ea0f2159cbab0ed"><code>a141fff</code></a>
Bump rust_decimal from 1.39.0 to 1.41.0 (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2064">#2064</a>)</li>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/a113ee72644fbbacaf0c11683d035593fcb577a2"><code>a113ee7</code></a>
Bump quote from 1.0.44 to 1.0.45 (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2063">#2063</a>)</li>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/ef6883526f83049cf66805e5b89ffee6736ea40e"><code>ef68835</code></a>
log sentinel test startup failures. (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2062">#2062</a>)</li>
<li><a
href="https://github.com/redis-rs/redis-rs/commit/cddd79589fc288a0a3db9ab3694a1916ac120a29"><code>cddd795</code></a>
feat: add Slot type and functions to create Slot / Route with key (<a
href="https://redirect.github.com/redis-rs/redis-rs/issues/2047">#2047</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/redis-rs/redis-rs/compare/redis-1.2.0...redis-1.2.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>
Co-authored-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>1 parent 3dbf332 commit 3b122e5
2 files changed
Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
0 commit comments