-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies #15649
Update dependencies #15649
Conversation
Signed-off-by: Andres Taylor <[email protected]>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #15649 +/- ##
==========================================
+ Coverage 67.41% 68.12% +0.70%
==========================================
Files 1560 1556 -4
Lines 192752 195024 +2272
==========================================
+ Hits 129952 132858 +2906
+ Misses 62800 62166 -634 ☔ View full report in Codecov by Sentry. |
55cca16
to
2c1720e
Compare
This change means "opening" a connection no longer really already dials to the actual other side, so we should see if this has any other significant effects if we instead dial on first request. The old stuff is deprecated though, so we have to bite the bullet at some point. Alternatively, we essentially copy this initial connect logic into our side instead. Signed-off-by: Dirkjan Bussink <[email protected]>
2c1720e
to
a3dbc2b
Compare
Closing in favor of #15708. We can pick the grpc changes into that PR. |
Description
We are using
golang.org/x/net
, and there is a security problem with the v0.22.0 version, so in this PR I've updated all our dependencies to the latest.Related Issue(s)
Checklist