Commit 3c8d9c6
authored
chore: Bump github.com/andybalholm/brotli from 1.2.0 to 1.2.1 (#753)
Bumps
[github.com/andybalholm/brotli](https://github.com/andybalholm/brotli)
from 1.2.0 to 1.2.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/andybalholm/brotli/commit/0675b242cf45dcdd51ed6fb600876b570bea329b"><code>0675b24</code></a>
Remove unnecessary nil checks</li>
<li><a
href="https://github.com/andybalholm/brotli/commit/946c3e4071198a86d6c037ffcd138968dd4fc68e"><code>946c3e4</code></a>
matchfinder: verify candidate matches against source data</li>
<li><a
href="https://github.com/andybalholm/brotli/commit/014fb9c9e8f7e87e7996309844260b1f8d890528"><code>014fb9c</code></a>
Add Bargain3 MatchFinder</li>
<li><a
href="https://github.com/andybalholm/brotli/commit/deb905c53b5bcb9fa2d20ccb66890fa941c883cf"><code>deb905c</code></a>
Trio: vary hash table sizes</li>
<li><a
href="https://github.com/andybalholm/brotli/commit/b84bddd64ee4c9ca21b98009bc212e14fd7b5bd4"><code>b84bddd</code></a>
M4: fix updating chain for long history</li>
<li><a
href="https://github.com/andybalholm/brotli/commit/a7ad41202f4421be4299ea5c911b41396c6170bf"><code>a7ad412</code></a>
Bargain1 & Bargain2: check for matches less often</li>
<li><a
href="https://github.com/andybalholm/brotli/commit/6c6ca8c2a86a6448ef2b7986e6c8ecf5e8a9e29c"><code>6c6ca8c</code></a>
Add Bargain1 MatchFinder</li>
<li><a
href="https://github.com/andybalholm/brotli/commit/01c485509d026342053502adc6c3b692dcbf2003"><code>01c4855</code></a>
Add Bargain2 MatchFinder</li>
<li><a
href="https://github.com/andybalholm/brotli/commit/b70ce549fa67fc350e2051de343a06d00e16a264"><code>b70ce54</code></a>
Add HTTPCompressorWithLevel</li>
<li><a
href="https://github.com/andybalholm/brotli/commit/f8935d5c2aed358527994b3f3c16c3229f228c70"><code>f8935d5</code></a>
Add a flate encoder using the matchfinder package.</li>
<li>Additional commits viewable in <a
href="https://github.com/andybalholm/brotli/compare/v1.2.0...v1.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>1 parent bab7540 commit 3c8d9c6
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments