Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite4c2099

Browse files
chore: bump github.com/valyala/fasthttp from 1.63.0 to 1.64.0 (#18940)
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp)from 1.63.0 to 1.64.0.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/valyala/fasthttp/releases">github.com/valyala/fasthttp'sreleases</a>.</em></p><blockquote><h2>v1.64.0</h2><h2>⚠️ Deprecation warning!⚠️</h2><p>In the next version of fasthttp headers delimited by just<code>\n</code> (instead of <code>\r\n</code>) are no longersupported!</p><h2>What's Changed</h2><ul><li>Add warning for deprecated newline separator by <ahref="https://github.com/erikdubbelboer"><code>@​erikdubbelboer</code></a>in <ahref="https://redirect.github.com/valyala/fasthttp/pull/2031">valyala/fasthttp#2031</a></li><li>refact: eliminate duplication in Request/Response via structembedding by <ahref="https://github.com/ksw2000"><code>@​ksw2000</code></a> in <ahref="https://redirect.github.com/valyala/fasthttp/pull/2027">valyala/fasthttp#2027</a></li><li>chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]in <ahref="https://redirect.github.com/valyala/fasthttp/pull/2034">valyala/fasthttp#2034</a></li><li>chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]in <ahref="https://redirect.github.com/valyala/fasthttp/pull/2036">valyala/fasthttp#2036</a></li><li>chore(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]in <ahref="https://redirect.github.com/valyala/fasthttp/pull/2035">valyala/fasthttp#2035</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/valyala/fasthttp/compare/v1.63.0...v1.64.0">https://github.com/valyala/fasthttp/compare/v1.63.0...v1.64.0</a></p></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/valyala/fasthttp/commit/b1a54c8de5720d048bc2cc9aef47903bda171a9e"><code>b1a54c8</code></a>chore(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 (<ahref="https://redirect.github.com/valyala/fasthttp/issues/2035">#2035</a>)</li><li><ahref="https://github.com/valyala/fasthttp/commit/7ac856f71f3b3f8a0df682af0d3d09c88bf0519b"><code>7ac856f</code></a>chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 (<ahref="https://redirect.github.com/valyala/fasthttp/issues/2036">#2036</a>)</li><li><ahref="https://github.com/valyala/fasthttp/commit/2a917b661a90127b84796d80fc30d4e70845ecfa"><code>2a917b6</code></a>chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 (<ahref="https://redirect.github.com/valyala/fasthttp/issues/2034">#2034</a>)</li><li><ahref="https://github.com/valyala/fasthttp/commit/a3c9dab7573946aa0afcee62d94fbfb58e3c4c2c"><code>a3c9dab</code></a>Add warning for deprecated newline separator (<ahref="https://redirect.github.com/valyala/fasthttp/issues/2031">#2031</a>)</li><li><ahref="https://github.com/valyala/fasthttp/commit/eb1f908d9764ef1a355bab13ed83ce7cfc5e793e"><code>eb1f908</code></a>refact: eliminate duplication in Request/Response via struct embedding(<ahref="https://redirect.github.com/valyala/fasthttp/issues/2027">#2027</a>)</li><li>See full diff in <ahref="https://github.com/valyala/fasthttp/compare/v1.63.0...v1.64.0">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/valyala/fasthttp&package-manager=go_modules&previous-version=1.63.0&new-version=1.64.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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR 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 parent4c1a461 commite4c2099

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ require (
184184
github.com/tidwall/gjsonv1.18.0
185185
github.com/u-root/u-rootv0.14.0
186186
github.com/unrolled/securev1.17.0
187-
github.com/valyala/fasthttpv1.63.0
187+
github.com/valyala/fasthttpv1.64.0
188188
github.com/wagslane/go-password-validatorv0.3.0
189189
github.com/zclconf/go-cty-yamlv1.1.0
190190
go.mozilla.org/pkcs7v0.9.0

‎go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1832,8 +1832,8 @@ github.com/unrolled/secure v1.17.0 h1:Io7ifFgo99Bnh0J7+Q+qcMzWM6kaDPCA5FroFZEdbW
18321832
github.com/unrolled/securev1.17.0/go.mod h1:BmF5hyM6tXczk3MpQkFf1hpKSRqCyhqcbiQtiAF7+40=
18331833
github.com/valyala/bytebufferpoolv1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
18341834
github.com/valyala/bytebufferpoolv1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
1835-
github.com/valyala/fasthttpv1.63.0 h1:DisIL8OjB7ul2d7cBaMRcKTQDYnrGy56R4FCiuDP0Ns=
1836-
github.com/valyala/fasthttpv1.63.0/go.mod h1:REc4IeW+cAEyLrRPa5A81MIjvz0QE1laoTX2EaPHKJM=
1835+
github.com/valyala/fasthttpv1.64.0 h1:QBygLLQmiAyiXuRhthf0tuRkqAFcrC42dckN2S+N3og=
1836+
github.com/valyala/fasthttpv1.64.0/go.mod h1:dGmFxwkWXSK0NbOSJuF7AMVzU+lkHz0wQVvVITv2UQA=
18371837
github.com/vishvananda/netlinkv1.2.1-beta.2 h1:Llsql0lnQEbHj0I1OuKyp8otXp0r3q0mPkuhwHfStVs=
18381838
github.com/vishvananda/netlinkv1.2.1-beta.2/go.mod h1:twkDnbuQxJYemMlGd4JFIcuhgX83tXhKS2B/PRMpOho=
18391839
github.com/vishvananda/netnsv0.0.0-20200728191858-db3c7e526aae/go.mod h1:DD4vA1DwXk04H54A1oHXtwZmA0grkVMdPxx/VGLCah0=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp