Skip to content

Commit

Permalink
Bump github.com/valyala/fasthttp from 1.56.0 to 1.57.0 (#416)
Browse files Browse the repository at this point in the history
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp)
from 1.56.0 to 1.57.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/valyala/fasthttp/releases">github.com/valyala/fasthttp's
releases</a>.</em></p>
<blockquote>
<h2>v1.57.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add a note to clarify header.Set behavior on cookies by <a
href="https://github.com/sigmundxia"><code>@​sigmundxia</code></a> in <a
href="https://redirect.github.com/valyala/fasthttp/pull/1864">valyala/fasthttp#1864</a></li>
<li>chore(deps): bump github.com/klauspost/compress from 1.17.9 to
1.17.10 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/valyala/fasthttp/pull/1872">valyala/fasthttp#1872</a></li>
<li>chore(deps): bump securego/gosec from 2.21.3 to 2.21.4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/valyala/fasthttp/pull/1874">valyala/fasthttp#1874</a></li>
<li>feat (request): expose req timeout by <a
href="https://github.com/aarcex3"><code>@​aarcex3</code></a> in <a
href="https://redirect.github.com/valyala/fasthttp/pull/1878">valyala/fasthttp#1878</a></li>
<li>chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.28.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/valyala/fasthttp/pull/1881">valyala/fasthttp#1881</a></li>
<li>chore(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/valyala/fasthttp/pull/1880">valyala/fasthttp#1880</a></li>
<li>improve ishex and unhex by hex2intTable by <a
href="https://github.com/ksw2000"><code>@​ksw2000</code></a> in <a
href="https://redirect.github.com/valyala/fasthttp/pull/1883">valyala/fasthttp#1883</a></li>
<li>chore(deps): bump github.com/andybalholm/brotli from 1.1.0 to 1.1.1
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/valyala/fasthttp/pull/1884">valyala/fasthttp#1884</a></li>
<li>chore(deps): bump github.com/klauspost/compress from 1.17.10 to
1.17.11 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/valyala/fasthttp/pull/1886">valyala/fasthttp#1886</a></li>
<li>chore: Upgrade golangci-lint to 1.61.0 by <a
href="https://github.com/alexandear"><code>@​alexandear</code></a> in <a
href="https://redirect.github.com/valyala/fasthttp/pull/1887">valyala/fasthttp#1887</a></li>
<li>feat(fasthttpproxy): add dual-stack connection support to enable
IPv6 proxies for HTTP and SOCKS5 dialers by <a
href="https://github.com/lavish440"><code>@​lavish440</code></a> in <a
href="https://redirect.github.com/valyala/fasthttp/pull/1885">valyala/fasthttp#1885</a></li>
<li>fix RequestCtx is canceled (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1879">#1879</a>)
by <a href="https://github.com/ksw2000"><code>@​ksw2000</code></a> in <a
href="https://redirect.github.com/valyala/fasthttp/pull/1890">valyala/fasthttp#1890</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/aarcex3"><code>@​aarcex3</code></a> made
their first contribution in <a
href="https://redirect.github.com/valyala/fasthttp/pull/1878">valyala/fasthttp#1878</a></li>
<li><a href="https://github.com/lavish440"><code>@​lavish440</code></a>
made their first contribution in <a
href="https://redirect.github.com/valyala/fasthttp/pull/1885">valyala/fasthttp#1885</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/valyala/fasthttp/compare/v1.56.0...v1.57.0">https://github.com/valyala/fasthttp/compare/v1.56.0...v1.57.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/valyala/fasthttp/commit/803c25e54ced13c8a688ce858104e4e4a6b3148c"><code>803c25e</code></a>
fix RequestCtx is canceled (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1879">#1879</a>)
(<a
href="https://redirect.github.com/valyala/fasthttp/issues/1890">#1890</a>)</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/40bdc4abc74e2760e4c3b3153b2d4c2357eb7f4e"><code>40bdc4a</code></a>
feat(fasthttpproxy): add dual-stack connection support to enable IPv6
proxies...</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/56fd74b8c0e0ecbf10a289ed1ed792e68e190574"><code>56fd74b</code></a>
chore: Upgrade golangci-lint to 1.61.0 (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1887">#1887</a>)</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/d795f13985f16622a949ea9fc3459cf54dc78b3e"><code>d795f13</code></a>
chore(deps): bump github.com/klauspost/compress from 1.17.10 to 1.17.11
(<a
href="https://redirect.github.com/valyala/fasthttp/issues/1886">#1886</a>)</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/c473b7f024655c2afc2214c14bde22f56a134369"><code>c473b7f</code></a>
chore(deps): bump github.com/andybalholm/brotli from 1.1.0 to 1.1.1 (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1884">#1884</a>)</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/9458f7a33c6c2a1bf9897a795e3d4078ddce13ac"><code>9458f7a</code></a>
improve ishex and unhex by hex2intTable (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1883">#1883</a>)</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/6ac5603e22e562d46d73f19649613afed810a112"><code>6ac5603</code></a>
chore(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1880">#1880</a>)</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/f805dd28f903111556b9d9a97c13b22345047627"><code>f805dd2</code></a>
chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.28.0 (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1881">#1881</a>)</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/0b7489383091821dadf547c6cebca5352ff722d7"><code>0b74893</code></a>
feat (request): expose req timeout (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1878">#1878</a>)</li>
<li><a
href="https://github.com/valyala/fasthttp/commit/28b610d3a78a65b4bcac81abbced9f43e6a580fd"><code>28b610d</code></a>
chore(deps): bump securego/gosec from 2.21.3 to 2.21.4 (<a
href="https://redirect.github.com/valyala/fasthttp/issues/1874">#1874</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/valyala/fasthttp/compare/v1.56.0...v1.57.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/valyala/fasthttp&package-manager=go_modules&previous-version=1.56.0&new-version=1.57.0)](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>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent 8196881 commit 4e8bb9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/oxffaa/gopher-parse-sitemap v0.0.0-20191021113419-005d2eb1def4
github.com/stretchr/testify v1.9.0
github.com/temoto/robotstxt v1.1.2
github.com/valyala/fasthttp v1.56.0
github.com/valyala/fasthttp v1.57.0
github.com/yhat/scrape v0.0.0-20161128144610-24b7890b0945
go.uber.org/ratelimit v0.3.1
golang.org/x/net v0.30.0
Expand All @@ -21,7 +21,7 @@ require (
require (
github.com/benbjohnson/clock v1.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/jessevdk/go-flags v1.6.1 h1:Cvu5U8UGrLay1rZfv/zP7iLpSHGUZ/Ou68T0iX1bBK4=
github.com/jessevdk/go-flags v1.6.1/go.mod h1:Mk8T1hIAWpOiJiHa9rJASDK2UGWji0EuPGBnNLMooyc=
github.com/klauspost/compress v1.17.9 h1:6KIumPrER1LHsvBVuDa0r5xaG0Es51mhhB9BQB2qeMA=
github.com/klauspost/compress v1.17.9/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw=
github.com/klauspost/compress v1.17.11 h1:In6xLpyWOi1+C7tXUUWv2ot1QvBjxevKAaI6IXrJmUc=
github.com/klauspost/compress v1.17.11/go.mod h1:pMDklpSncoRMuLFrf1W9Ss9KT+0rH90U12bZKk7uwG0=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
Expand All @@ -37,8 +37,8 @@ github.com/temoto/robotstxt v1.1.2 h1:W2pOjSJ6SWvldyEuiFXNxz3xZ8aiWX5LbfDiOFd7Fx
github.com/temoto/robotstxt v1.1.2/go.mod h1:+1AmkuG3IYkh1kv0d2qEB9Le88ehNO0zwOr3ujewlOo=
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
github.com/valyala/fasthttp v1.56.0 h1:bEZdJev/6LCBlpdORfrLu/WOZXXxvrUQSiyniuaoW8U=
github.com/valyala/fasthttp v1.56.0/go.mod h1:sReBt3XZVnudxuLOx4J/fMrJVorWRiWY2koQKgABiVI=
github.com/valyala/fasthttp v1.57.0 h1:Xw8SjWGEP/+wAAgyy5XTvgrWlOD1+TxbbvNADYCm1Tg=
github.com/valyala/fasthttp v1.57.0/go.mod h1:h6ZBaPRlzpZ6O3H5t2gEk1Qi33+TmLvfwgLLp0t9CpE=
github.com/xyproto/randomstring v1.0.5 h1:YtlWPoRdgMu3NZtP45drfy1GKoojuR7hmRcnhZqKjWU=
github.com/xyproto/randomstring v1.0.5/go.mod h1:rgmS5DeNXLivK7YprL0pY+lTuhNQW3iGxZ18UQApw/E=
github.com/yhat/scrape v0.0.0-20161128144610-24b7890b0945 h1:6Ju8pZBYFTN9FaV/JvNBiIHcsgEmP4z4laciqjfjY8E=
Expand Down

0 comments on commit 4e8bb9f

Please sign in to comment.