Commit 42053f0
authored
chore: Bump github.com/pierrec/lz4/v4 from 4.1.23 to 4.1.25 (#639)
Bumps [github.com/pierrec/lz4/v4](https://github.com/pierrec/lz4) from
4.1.23 to 4.1.25.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pierrec/lz4/commit/ace844d9aa4689551c0679d4a700adb95f0c5cd1"><code>ace844d</code></a>
State: do not wrap io.EOF</li>
<li><a
href="https://github.com/pierrec/lz4/commit/a6fe6d4072fb777a2e7a3bab930f5de8ce5763f8"><code>a6fe6d4</code></a>
Merge pull request <a
href="https://redirect.github.com/pierrec/lz4/issues/238">#238</a> from
ncruces/ncruces</li>
<li><a
href="https://github.com/pierrec/lz4/commit/7aa3fed660712d5b16aa8bcad9913cf436c63ed4"><code>7aa3fed</code></a>
Fix block tests.</li>
<li><a
href="https://github.com/pierrec/lz4/commit/6dfb2d648aba46961bc40f435a8467ea32e1e357"><code>6dfb2d6</code></a>
Fix legacy reader test.</li>
<li><a
href="https://github.com/pierrec/lz4/commit/a72bd0ba2fe6b46422171fd294e081af81dde1a2"><code>a72bd0b</code></a>
Fix SizeOption tests.</li>
<li><a
href="https://github.com/pierrec/lz4/commit/2a51f81be7b1c7f8e258ea4ef5064fc0279725ce"><code>2a51f81</code></a>
Fix crash in TestReader.</li>
<li>See full diff in <a
href="https://github.com/pierrec/lz4/compare/v4.1.23...v4.1.25">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 7c84f3c commit 42053f0
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 | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
| 114 | + | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments