Commit 79fba72
authored
Bump github.com/gabriel-vasile/mimetype from 1.4.11 to 1.4.12 (#1505)
Bumps
[github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype)
from 1.4.11 to 1.4.12.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/gabriel-vasile/mimetype/releases">github.com/gabriel-vasile/mimetype's
releases</a>.</em></p>
<blockquote>
<h2>v1.4.12 RFC822, GRIB, Zlib support</h2>
<h2>What's Changed</h2>
<ul>
<li>zip+json: add benchmarks for better performance tracking of
pathological inputs in <a
href="https://redirect.github.com/gabriel-vasile/mimetype/pull/730">gabriel-vasile/mimetype#730</a></li>
<li>zip+json: performance improvements for pathological cases in <a
href="https://redirect.github.com/gabriel-vasile/mimetype/pull/732">gabriel-vasile/mimetype#732</a></li>
<li>Fix integer overflow panic on 32bit architectures in <a
href="https://redirect.github.com/gabriel-vasile/mimetype/pull/733">gabriel-vasile/mimetype#733</a></li>
<li>ci: add more linters and fix their warnings in <a
href="https://redirect.github.com/gabriel-vasile/mimetype/pull/734">gabriel-vasile/mimetype#734</a></li>
<li>jar: manifest must be first in <a
href="https://redirect.github.com/gabriel-vasile/mimetype/pull/735">gabriel-vasile/mimetype#735</a></li>
<li>rfc822: add support in <a
href="https://redirect.github.com/gabriel-vasile/mimetype/pull/740">gabriel-vasile/mimetype#740</a></li>
<li>grib: add support in <a
href="https://redirect.github.com/gabriel-vasile/mimetype/pull/742">gabriel-vasile/mimetype#742</a></li>
<li>zlib: add support in <a
href="https://redirect.github.com/gabriel-vasile/mimetype/pull/743">gabriel-vasile/mimetype#743</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/gabriel-vasile/mimetype/compare/v1.4.11...v1.4.12">https://github.com/gabriel-vasile/mimetype/compare/v1.4.11...v1.4.12</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gabriel-vasile/mimetype/commit/6b840f6e5c8121eaaea8aecfb8594d9f5b285271"><code>6b840f6</code></a>
zlib: add support</li>
<li><a
href="https://github.com/gabriel-vasile/mimetype/commit/209f4185afb0e92bb5c5e2a8cf1e9458d67092fa"><code>209f418</code></a>
grib: add support</li>
<li><a
href="https://github.com/gabriel-vasile/mimetype/commit/de4565cdfba8595b4d3bff474892817a005a07db"><code>de4565c</code></a>
RFC822 support (<a
href="https://redirect.github.com/gabriel-vasile/mimetype/issues/740">#740</a>)</li>
<li><a
href="https://github.com/gabriel-vasile/mimetype/commit/17b303270b920bc619feadef12cad28d70fcb6e0"><code>17b3032</code></a>
jar: manifest must be first</li>
<li><a
href="https://github.com/gabriel-vasile/mimetype/commit/72306059995df190dfbf1b20c7b2f0de87af2509"><code>7230605</code></a>
ci: add more linters and fix their warnings (<a
href="https://redirect.github.com/gabriel-vasile/mimetype/issues/734">#734</a>)</li>
<li><a
href="https://github.com/gabriel-vasile/mimetype/commit/7c250cac3221516dd9fbaf27ecea746c80cd23ed"><code>7c250ca</code></a>
all: fix integer overflow panics (<a
href="https://redirect.github.com/gabriel-vasile/mimetype/issues/733">#733</a>)</li>
<li><a
href="https://github.com/gabriel-vasile/mimetype/commit/62f95c4ba298a1d64886f8fd6855de643dca0033"><code>62f95c4</code></a>
zip+json: performance improvements (<a
href="https://redirect.github.com/gabriel-vasile/mimetype/issues/732">#732</a>)</li>
<li><a
href="https://github.com/gabriel-vasile/mimetype/commit/12525e4f05ee5669b667d21eced03fbfc34c847b"><code>12525e4</code></a>
zip+json: add benchmarks for better perfomance tracking (<a
href="https://redirect.github.com/gabriel-vasile/mimetype/issues/730">#730</a>)</li>
<li>See full diff in <a
href="https://github.com/gabriel-vasile/mimetype/compare/v1.4.11...v1.4.12">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 c3c9084 commit 79fba72
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments