Commit 27d5f0b
authored
fix(deps): update module github.com/valyala/fasthttp to v1.67.0 (#284)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/valyala/fasthttp](https://redirect.github.com/valyala/fasthttp)
| `v1.66.0` -> `v1.67.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>valyala/fasthttp (github.com/valyala/fasthttp)</summary>
###
[`v1.67.0`](https://redirect.github.com/valyala/fasthttp/releases/tag/v1.67.0)
[Compare
Source](https://redirect.github.com/valyala/fasthttp/compare/v1.66.0...v1.67.0)
Special thanks to the following security researchers who reported the
issues fixed in this release:
- [@​zer0yu](https://redirect.github.com/zer0yu) (Enze Wang)
- [@​P3ngu1nW](https://redirect.github.com/P3ngu1nW) (Jingcheng
Yang)
- [@​9vvert](https://redirect.github.com/9vvert) (Zehui Miao)
#### What's Changed
- Add DNS cache management methods for TCPDialer by
[@​aabishkaryal](https://redirect.github.com/aabishkaryal) in
[#​2072](https://redirect.github.com/valyala/fasthttp/pull/2072)
- Fix username:password@ validation in urls by
[@​erikdubbelboer](https://redirect.github.com/erikdubbelboer) in
[#​2080](https://redirect.github.com/valyala/fasthttp/pull/2080)
- Validate IPv6 addresses in urls by
[@​erikdubbelboer](https://redirect.github.com/erikdubbelboer) in
[#​2079](https://redirect.github.com/valyala/fasthttp/pull/2079)
- Validate schemes by
[@​erikdubbelboer](https://redirect.github.com/erikdubbelboer) in
[#​2078](https://redirect.github.com/valyala/fasthttp/pull/2078)
- Reject invalid hosts with multiple port delimiters by
[@​erikdubbelboer](https://redirect.github.com/erikdubbelboer) in
[#​2077](https://redirect.github.com/valyala/fasthttp/pull/2077)
- Reject backslash absolute URIs and cache parse errors by
[@​erikdubbelboer](https://redirect.github.com/erikdubbelboer) in
[#​2075](https://redirect.github.com/valyala/fasthttp/pull/2075)
- Reject bad ipv6 hostnames by
[@​erikdubbelboer](https://redirect.github.com/erikdubbelboer) in
[#​2076](https://redirect.github.com/valyala/fasthttp/pull/2076)
- Reimplement flushing support for fasthttpadaptor by
[@​erikdubbelboer](https://redirect.github.com/erikdubbelboer) in
[#​2081](https://redirect.github.com/valyala/fasthttp/pull/2081)
- chore(deps): bump securego/gosec from 2.22.8 to 2.22.9 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​2073](https://redirect.github.com/valyala/fasthttp/pull/2073)
#### New Contributors
- [@​aabishkaryal](https://redirect.github.com/aabishkaryal) made
their first contribution in
[#​2072](https://redirect.github.com/valyala/fasthttp/pull/2072)
**Full Changelog**:
<valyala/fasthttp@v1.66.0...v1.67.0>
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/netresearch/ldap-selfservice-password-changer).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| 154 | + | |
| 155 | + | |
154 | 156 | | |
155 | 157 | | |
156 | 158 | | |
| |||
0 commit comments