build(deps): bump github.com/valyala/fasthttp from 1.69.0 to 1.70.0 in the fasthttp-modules group across 1 directory#4197
Merged
ReneWerner87 merged 1 commit intomainfrom Apr 8, 2026
Conversation
ReneWerner87
approved these changes
Apr 7, 2026
Bumps the fasthttp-modules group with 1 update: [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp). Updates `github.com/valyala/fasthttp` from 1.69.0 to 1.70.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](valyala/fasthttp@v1.69.0...v1.70.0) --- updated-dependencies: - dependency-name: github.com/valyala/fasthttp dependency-version: 1.70.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fasthttp-modules ... Signed-off-by: dependabot[bot] <[email protected]>
fac3783 to
bc57fef
Compare
ReneWerner87
approved these changes
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the fasthttp-modules group with 1 update in the / directory: github.com/valyala/fasthttp.
Updates
github.com/valyala/fasthttpfrom 1.69.0 to 1.70.0Release notes
Sourced from github.com/valyala/fasthttp's releases.
Commits
534461afasthttpproxy: reject CRLF in HTTP proxy CONNECT target (#2174)267e740fs: reject '..' path segments in rewritten paths (#2173)a95a1adOnly normalize pre-colon whitespace for HTTP headers (#2172)ab8c2acfix: detect master process death in prefork children (#2158)c4569c5feat: enhance performance (#2135)beab280chore(deps): bump github.com/andybalholm/brotli from 1.2.0 to 1.2.1 (#2170)82254a7Normalize framing header names with pre-colon whitespace6111327Strict HTTP version validation and simplified first line parsing (#2167)eb38f5fHTTP1/1 requires exactly one Host header (#2164)7d90713Validate request URI format during header parsing to reject malformed request...