chore(deps): bump golang.org/x/net from 0.8.0 to 0.17.0
Bumps golang.org/x/net from 0.8.0 to 0.17.0.
Commits
b225e7chttp2: limit maximum handler goroutines to MaxConcurrentStreams88194adgo.mod: update golang.org/x dependencies2b60a61quic: fix several bugs in flow control accounting73d82efquic: handle DATA_BLOCKED frames5d5a036quic: handle streams moving from the data queue to the meta queue350aad2quic: correctly extend peer's flow control window after MAX_DATA21814e7quic: validate connection id transport parametersa600b35quic: avoid redundant MAX_DATA updatesea63359http2: check stream body is present on read timeoutddd8598quic: version negotiation- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
Codecov Report
Merging #218 (f3d5902) into main (40a57bc) will increase coverage by
7.35%. Report is 39 commits behind head on main. The diff coverage is76.59%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## main #218 +/- ##
==========================================
+ Coverage 53.95% 61.31% +7.35%
==========================================
Files 60 67 +7
Lines 4003 4973 +970
==========================================
+ Hits 2160 3049 +889
- Misses 1646 1686 +40
- Partials 197 238 +41
| Files | Coverage Δ | |
|---|---|---|
| api.go | 100.00% <ø> (ø) |
|
| input/inpututils/compressedstream.go | 54.43% <ø> (+3.43%) |
:arrow_up: |
| input/inpututils/fastreader_unix.go | 71.87% <ø> (+6.49%) |
:arrow_up: |
| metrics/datadog/client.go | 80.76% <100.00%> (+7.08%) |
:arrow_up: |
| metrics/datadog/hook.go | 76.92% <ø> (+3.39%) |
:arrow_up: |
| pkg/buffercache/cache.go | 97.35% <ø> (-0.42%) |
:arrow_down: |
| pkg/buffercache/cold.go | 100.00% <ø> (+5.66%) |
:arrow_up: |
| pkg/buffercache/compressor.go | 94.23% <ø> (+1.73%) |
:arrow_up: |
| term.go | 0.00% <ø> (ø) |
|
| baker_cli.go | 0.00% <0.00%> (ø) |
|
| ... and 43 more |
... and 14 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update ebcd771...f3d5902. Read the comment docs.