Commit e90cd83
authored
chore: Bump github.com/pierrec/lz4/v4 from 4.1.22 to 4.1.23 (#616)
Bumps [github.com/pierrec/lz4/v4](https://github.com/pierrec/lz4) from
4.1.22 to 4.1.23.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pierrec/lz4/releases">github.com/pierrec/lz4/v4's
releases</a>.</em></p>
<blockquote>
<h2>v4.1.23</h2>
<p>New release for this year's commits.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pierrec/lz4/commit/cd9d7a4f66405a92f4881933816b828b0f7d5fe2"><code>cd9d7a4</code></a>
Merge pull request <a
href="https://redirect.github.com/pierrec/lz4/issues/230">#230</a> from
0xAozora/v4</li>
<li><a
href="https://github.com/pierrec/lz4/commit/0ebf0a52dd7a5857a9f857d2bc53dec2b1917855"><code>0ebf0a5</code></a>
replace deprecated functions</li>
<li><a
href="https://github.com/pierrec/lz4/commit/dd108f5ec171000788650f84c0e0f7970f108012"><code>dd108f5</code></a>
Merge pull request <a
href="https://redirect.github.com/pierrec/lz4/issues/229">#229</a> from
0xAozora/v4</li>
<li><a
href="https://github.com/pierrec/lz4/commit/9bdf5f634e11b376161b33f3e3a3fae7dfeff914"><code>9bdf5f6</code></a>
Support for Append</li>
<li><a
href="https://github.com/pierrec/lz4/commit/71a9b632b2ba7bc051d74d47e579a2d276e177bd"><code>71a9b63</code></a>
Merge pull request <a
href="https://redirect.github.com/pierrec/lz4/issues/228">#228</a> from
pendo-io/elim-blocks-ifaceallocs</li>
<li><a
href="https://github.com/pierrec/lz4/commit/fd6458dd51fd0d9c3f32c79e1f335507431ae8f2"><code>fd6458d</code></a>
Improve allocations in blocks.go</li>
<li><a
href="https://github.com/pierrec/lz4/commit/006d000e4499194c10854972af93a9089e08d848"><code>006d000</code></a>
Add unit tests and benchmarks for blocks.go</li>
<li><a
href="https://github.com/pierrec/lz4/commit/2b9933d22aef22a311a48aefa4ea524649b7c611"><code>2b9933d</code></a>
Merge pull request <a
href="https://redirect.github.com/pierrec/lz4/issues/227">#227</a> from
jwebb/fix-fail</li>
<li><a
href="https://github.com/pierrec/lz4/commit/3bb69037d4d33b217543d17b3756c7e8996182d7"><code>3bb6903</code></a>
Add WriteTo test</li>
<li><a
href="https://github.com/pierrec/lz4/commit/f7f887bceb24cde470103a262529c16679d013bd"><code>f7f887b</code></a>
Fix WriteTo on a started Reader, and the resulting incorrect error
message</li>
<li>Additional commits viewable in <a
href="https://github.com/pierrec/lz4/compare/v4.1.22...v4.1.23">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 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>1 parent 5c02d60 commit e90cd83
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
| 116 | + | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments